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 | 章?? | 10001111110011010011111100111111 | 8fcd3f3f |
| EUC-JP | 章?? | 10111110110011110011111100111111 | becf3f3f |
| UTF-8 | 章삥쐩 | 111001111010101110100000111011001000001010100101111011001001000010101001 | e7aba0ec82a5ec90a9 |
| UHC | 章삥쐩 | 111011011111000110111011111001101001110010001110 | edf1bbe69c8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)