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 | ?舌邵 | 0011111110010000111000111110011110111000 | 3f90e3e7b8 |
| EUC-JP | ?舌邵 | 0011111111000000111001011110111010111010 | 3fc0e5eeba |
| UTF-8 | 뾸舌邵 | 111010111011111010111000111010001000100010001100111010011000001010110101 | ebbeb8e8888ce982b5 |
| UHC | 뾸舌邵 | 100101110111101011100000110111111110000111010000 | 977ae0dfe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)