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 | 蘂??臧 | 111001010100000100111111001111111110010001101000 | e5413f3fe468 |
| EUC-JP | 蘂??臧 | 111010011010001000111111001111111110011111001001 | e9a23f3fe7c9 |
| UTF-8 | 蘂녔삀臧 | 111010001001100010000010111010111000010110010100111011001000001010000000111010001000011110100111 | e89882eb8594ec8280e887a7 |
| UHC | 蘂녔삀臧 | 1110011111011110101100111110011010011000100001111110110111110101 | e7deb3e69887edf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)