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 | 綏順胸 | 111000110101011010001111100001111000101110111001 | e3568f878bb9 |
EUC-JP | 綏順胸 | 111001011011011110111101111001111011011010111011 | e5b7bde7b6bb |
UTF-8 | 綏順胸 | 111001111011011010001111111010011010000010000110111010001000001110111000 | e7b68fe9a086e883b8 |
UHC | 綏順胸 | 111000101011011111100010111101111111110111011000 | e2b7e2f7fdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)