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 | 堤烽糾 | 100100101110011111100000100000101000101110001010 | 92e7e0828b8a |
| EUC-JP | 堤烽糾 | 110001001110100111011111111000101011010111101010 | c4e9dfe2b5ea |
| UTF-8 | 堤烽糾 | 111001011010000010100100111001111000001110111101111001111011001110111110 | e5a0a4e783bde7b3be |
| UHC | 堤烽糾 | 111100001010011111011100111010111101000010101100 | f0a7dcebd0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)