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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 堤烽糾齬 | 1001001011100111111000001000001010001011100010101110101010010111 | 92e7e0828b8aea97 |
| EUC-JP | 堤烽糾齬 | 1100010011101001110111111110001010110101111010101111001111110111 | c4e9dfe2b5eaf3f7 |
| UTF-8 | 堤烽糾齬 | 111001011010000010100100111001111000001110111101111001111011001110111110111010011011110110101100 | e5a0a4e783bde7b3bee9bdac |
| UHC | 堤烽糾齬 | 1111000010100111110111001110101111010000101011001110010111100001 | f0a7dcebd0ace5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)