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 | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 浴??\h | 100101111000000100111111001111110101110001101000 | 97813f3f5c68 |
EUC-JP | 浴??\h | 110011011110000100111111001111110101110001101000 | cde13f3f5c68 |
UTF-8 | 浴멨쳣\h | 1110011010110101101101001110101110101001101010001110110010110011101000110101110001101000 | e6b5b4eba9a8ecb3a35c68 |
UHC | 浴멨쳣\h | 1110100110110001101110001110010110101011100010010101110001101000 | e9b1b8e5ab895c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)