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 | 100110110100110100111111001111110100000001101000 | 9b4d3f3f4068 |
EUC-JP | 娥??@h | 110101011010111000111111001111110100000001101000 | d5ae3f3f4068 |
UTF-8 | 娥롐렣@h | 1110010110101000101001011110101110100001100100001110101110100000101000110100000001101000 | e5a8a5eba190eba0a34068 |
UHC | 娥롐렣@h | 1110010010110000100011101101011010001110101101000100000001101000 | e4b08ed68eb44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)