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 | ¶êànB | 10011110101101101110101010011111111000000110111001000010 | 9eb6ea9fe06e42 |
| SJIS-WIN | ?¶???nB | 0011111110000001111101110011111100111111001111110110111001000010 | 3f81f73f3f3f6e42 |
| EUC-JP | ?¶ê?ànB | 001111111010001011111001100011111010101110110100001111111000111110101011101000100110111001000010 | 3fa2f98fabb43f8faba26e42 |
| UTF-8 | ¶êànB | 110000101001111011000010101101101100001110101010110000101001111111000011101000000110111001000010 | c29ec2b6c3aac29fc3a06e42 |
| UHC | ?¶???nB | 0011111110100010110100100011111100111111001111110110111001000010 | 3fa2d23f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)