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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 羯鑷ビ@h | 1110001110111001111010000111000110000011011100100100000001101000 | e3b9e87183724068 |
EUC-JP | 羯鑷ビ@h | 1110011010111011111011111101001010100101110100110100000001101000 | e6bbefd2a5d34068 |
UTF-8 | 羯鑷ビ@h | 1110011110111110101011111110100110010001101101111110001110000011100100110100000001101000 | e7beafe991b7e383934068 |
UHC | ??ビ@h | 001111110011111110101011110100110100000001101000 | 3f3fabd34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)