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 | 邵ッ縲縄ケ | 1110011110111000101011111110001110000000100100111110101010111001 | e7b8afe38093eab9 |
| EUC-JP | 邵ッ縲縄ケ | 11101110101110101000111010101111111001011110000011000110111011001000111010111001 | eeba8eafe5e0c6ec8eb9 |
| UTF-8 | 邵ッ縲縄ケ | 111010011000001010110101111011111011110110101111111001111011100010110010111001111011100010000100111011111011110110111001 | e982b5efbdafe7b8b2e7b884efbdb9 |
| UHC | 邵???? | 111000011101000000111111001111110011111100111111 | e1d03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)