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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 長?長?B | 10010010101101110011111110010010101101110011111101000010 | 92b73f92b73f42 |
EUC-JP | 長?長?B | 11000100101110010011111111000100101110010011111101000010 | c4b93fc4b93f42 |
UTF-8 | 長렰長렰B | 11101001100101011011011111101011101000001011000011101001100101011011011111101011101000001011000001000010 | e995b7eba0b0e995b7eba0b042 |
UHC | 長렰長렰B | 111011011111111010001110101111011110110111111110100011101011110101000010 | edfe8ebdedfe8ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)