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 | 00111111100000101001111110010011010000110100000001101000 | 3f829f93434068 |
EUC-JP | ?ぁ鼎@h | 00111111101001001010000111000101101001000100000001101000 | 3fa4a1c5a44068 |
UTF-8 | 룵ぁ鼎@h | 1110101110100011101101011110001110000001100000011110100110111100100011100100000001101000 | eba3b5e38181e9bc8e4068 |
UHC | 룵ぁ鼎@h | 1000111110101010101010101010000111110000101000110100000001101000 | 8faaaaa1f0a34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)