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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
| SJIS-WIN | 辱??N | 1001000001001010001111110011111101001110 | 904a3f3f4e |
| EUC-JP | 辱??N | 1011111110101011001111110011111101001110 | bfab3f3f4e |
| UTF-8 | 辱녻눎N | 11101000101111101011000111101011100001011011101111101011100010001000111001001110 | e8beb1eb85bbeb888e4e |
| UHC | 辱녻눎N | 11101001101101001000011011101000100001111010101001001110 | e9b486e887aa4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)