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 | ?邵譽 | 0011111111100111101110001110011010100011 | 3fe7b8e6a3 |
| EUC-JP | ?邵譽 | 0011111111101110101110101110110010100101 | 3feebaeca5 |
| UTF-8 | 뾸邵譽 | 111010111011111010111000111010011000001010110101111010001010110110111101 | ebbeb8e982b5e8adbd |
| UHC | 뾸邵譽 | 100101110111101011100001110100001110011111100010 | 977ae1d0e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)