To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 捨錡七G | 111100001011111110001110110011001111101111011000100011101011010101000111 | f0bf8eccfbd88eb547 |
EUC-JP | ?捨錡七G | 001111111011110011001110100011111110010011011110101111001011011101000111 | 3fbcce8fe4debcb747 |
UTF-8 | 捨錡七G | 11101110100000011011111011100110100011011010100011101001100011001010000111100100101110001000001101000111 | ee81bee68da8e98ca1e4b88347 |
UHC | ?捨錡七G | 0011111111011110110101111101000111000100111101101101001001000111 | 3fded7d1c4f6d247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)