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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 疋逗 | 10010101010001001001000010000000 | 95449080 |
EUC-JP | 疋逗 | 11001001101001011011111111100000 | c9a5bfe0 |
UTF-8 | 疋逗 | 111001111001011010001011111010011000000010010111 | e7968be98097 |
UHC | 疋逗 | 11111001101101011101010011101000 | f9b5d4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)