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 | 罐壕 | 11100011101000111000110110001000 | e3a38d88 |
EUC-JP | 罐壕 | 11100110101001011011100111101000 | e6a5b9e8 |
UTF-8 | 罐壕 | 111001111011110110010000111001011010001110010101 | e7bd90e5a395 |
UHC | 罐壕 | 11001110101110001111101110111101 | ceb8fbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)