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 | ?級? | 00111111100010111000100100111111 | 3f8b893f |
| EUC-JP | 侁級? | 100011111011000011111100101101011110100100111111 | 8fb0fcb5e93f |
| UTF-8 | 侁級향 | 111001001011111010000001111001111011010010011010111011011001011010100101 | e4be81e7b49aed96a5 |
| UHC | 侁級향 | 111000111110000011010000111001001100011111100010 | e3e0d0e4c7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)