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 | 叱篠 | 111100001011010010001110101101101000111011000010 | f0b48eb68ec2 |
| EUC-JP | ?叱篠 | 0011111110111100101110001011110011000100 | 3fbcb8bcc4 |
| UTF-8 | 叱篠 | 111011101000000110110011111001011000111110110001111001111010111110100000 | ee81b3e58fb1e7afa0 |
| UHC | ?叱篠 | 0011111111110010111010101110000111000110 | 3ff2eae1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)