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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟠礼埃 | 111001011011010010010111111001111001101010111010 | e5b497e79aba |
EUC-JP | 蟠礼埃 | 111010101011011011001110111010011101010010111100 | eab6cee9d4bc |
UTF-8 | 蟠礼埃 | 111010001001111110100000111001111010010010111100111001011001111110000011 | e89fa0e7a4bce59f83 |
UHC | 蟠?埃 | 1101101011110110001111111110010011101111 | daf63fe4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)