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 | ??cZ | 00111111001111110110001101011010 | 3f3f635a |
SJIS-WIN | 嶸オcZ | 1111101010110100101101010110001101011010 | fab4b5635a |
EUC-JP | 嶸オcZ | 10001111101110111111010010001110101101010110001101011010 | 8fbbf48eb5635a |
UTF-8 | 嶸オcZ | 1110010110110110101110001110111110111101101101010110001101011010 | e5b6b8efbdb5635a |
UHC | 嶸?cZ | 1110011110101110001111110110001101011010 | e7ae3f635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)