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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | ?捿?? | 001111111000111111000000101001000011111100111111 | 3f8fc0a43f3f |
| UTF-8 | 巢捿깵빫 | 111001011011011110100010111001101000110110111111111010101011100110110101111010111011100110101011 | e5b7a2e68dbfeab9b5ebb9ab |
| UHC | 巢捿깵빫 | 1110000110110101110111111111001010000011101000111001010111000100 | e1b5dff283a395c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)