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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 獰????B | 11100000110101100011111100111111001111110011111101000010 | e0d63f3f3f3f42 |
EUC-JP | 獰????B | 11100000110110000011111100111111001111110011111101000010 | e0d83f3f3f3f42 |
UTF-8 | 獰욇쭠樂냆B | 11100111100011011011000011101100100110101000011111101100101011011010000011101111101001101011111111101011100000111000011001000010 | e78db0ec9a87ecada0efa6bfeb838642 |
UHC | 獰욇쭠樂냆B | 1110011110111110100111101110100110100111100101011110100011111001100001100101001101000010 | e7be9ee9a795e8f9865342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)