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 | ?邵? | 00111111111001111011100000111111 | 3fe7b83f |
| EUC-JP | ?邵? | 00111111111011101011101000111111 | 3feeba3f |
| UTF-8 | 뾸邵卨 | 111010111011111010111000111010011000001010110101111001011000110110101000 | ebbeb8e982b5e58da8 |
| UHC | 뾸邵卨 | 100101110111101011100001110100001110000011011001 | 977ae1d0e0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)