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 | 罠渇 | 11100011101010011000101010001001 | e3a98a89 |
EUC-JP | 罠渇 | 11100110101010111011001111101001 | e6abb3e9 |
UTF-8 | 罠渇 | 111001111011110110100000111001101011100010000111 | e7bda0e6b887 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)