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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 艀鍼 | 11100100011110001110100001001001 | e478e849 |
EUC-JP | 艀鍼 | 11100111110110011110111110101010 | e7d9efaa |
UTF-8 | 艀鍼 | 111010001000100110000000111010011000110110111100 | e88980e98dbc |
UHC | 艀鍼 | 11011101101100101111011011011101 | ddb2f6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)