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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 漆杓蓙 | 100011101011110110001110110110111110010011100110 | 8ebd8edbe4e6 |
| EUC-JP | 漆杓蓙 | 101111001011111110111100110111011110100011101000 | bcbfbcdde8e8 |
| UTF-8 | 漆杓蓙 | 111001101011110010000110111001101001110110010011111010001001001110011001 | e6bc86e69d93e89399 |
| UHC | 漆杓? | 1111011011010100111110001111010100111111 | f6d4f8f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)