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 | 肢?淫 | 1000111010001000001111111000100011111010 | 8e883f88fa |
| EUC-JP | 肢?淫 | 1011101111101000001111111011000011111100 | bbe83fb0fc |
| UTF-8 | 肢렑淫 | 111010001000001010100010111010111010000010010001111001101011011110101011 | e882a2eba091e6b7ab |
| UHC | 肢렑淫 | 111100101011011010001110101001101110101111100010 | f2b68ea6ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)