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 | 悉? | 100011101011101100111111 | 8ebb3f |
EUC-JP | 悉? | 101111001011110100111111 | bcbd3f |
UTF-8 | 悉댿 | 111001101000001010001001111010111000110010111111 | e68289eb8cbf |
UHC | 悉댿 | 11100011111110101000100011100010 | e3fa88e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)