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 | 猜案 | 11100000110010001000100011000100 | e0c888c4 |
EUC-JP | 猜案 | 11100000110010101011000011000110 | e0cab0c6 |
UTF-8 | 猜案 | 111001111000110010011100111001101010000110001000 | e78c9ce6a188 |
UHC | 猜案 | 11100011110001001110010011010000 | e3c4e4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)