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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 悛嵌?B | 100111001010000010011011110001100011111101000010 | 9ca09bc63f42 |
EUC-JP | 悛嵌?B | 110110001010001011010110110010000011111101000010 | d8a2d6c83f42 |
UTF-8 | 悛嵌㉭B | 11100110100000101001101111100101101101011000110011100011100010011010110101000010 | e6829be5b58ce389ad42 |
UHC | 悛嵌㉭B | 11101110111110011100101011101110101010001011111001000010 | eef9caeea8be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)