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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 齊拌┏?? | 1110101010001110100111010110000110000100101011000011111100111111 | ea8e9d6184ac3f3f |
| EUC-JP | 齊拌┏?? | 1111001111101110110110011100001010101000101011100011111100111111 | f3eed9c2a8ae3f3f |
| UTF-8 | 齊拌┏識㎰ | 111010011011110110001010111001101000101110001100111000101001010010001111111011111010011110111100111000111000111010110000 | e9bd8ae68b8ce2948fefa7bce38eb0 |
| UHC | 齊拌┏識㎰ | 11110000101110101101101011100101101001101010111011110010101111011010011110111111 | f0badae5a6aef2bda7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)