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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 蟾仙?U | 111001011011011110010000111001010011111101010101 | e5b790e53f55 |
EUC-JP | 蟾仙?U | 111010101011100111000000111001110011111101010101 | eab9c0e73f55 |
UTF-8 | 蟾仙즵U | 11101000100111111011111011100100101110111001100111101100101001101011010101010101 | e89fbee4bb99eca6b555 |
UHC | 蟾仙즵U | 11100000111010101110000010111001101000111000011101010101 | e0eae0b9a38755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)