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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 迯守克B | 11100111100011011000111011100111100011011000111001000010 | e78d8ee78d8e42 |
| EUC-JP | 迯守克B | 11101101111011011011110011101001101110011110111001000010 | ededbce9b9ee42 |
| UTF-8 | 迯守克B | 11101000101111111010111111100101101011101000100011100101100001011000101101000010 | e8bfafe5ae88e5858b42 |
| UHC | ?守克B | 001111111110000111111010110100001011101001000010 | 3fe1fad0ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)