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 | 牘躡 | 11100000101011111110011101011001 | e0afe759 |
| EUC-JP | 牘躡 | 11100000101100011110110110111010 | e0b1edba |
| UTF-8 | 牘躡 | 111001111000100110011000111010001011101010100001 | e78998e8baa1 |
| UHC | 牘? | 110101001011101000111111 | d4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)