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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 闡「螳滄揆 | 111010001001000110100010111001011010111010011111111010011001110110000100 | e891a2e5ae9fe99d84 |
| EUC-JP | 闡「螳滄揆 | 11101111111100011000111010100010111010101011000011011110111010111101100111100100 | eff18ea2eab0deebd9e4 |
| UTF-8 | 闡「螳滄揆 | 111010011001011110100001111011111011110110100010111010001001111010110011111001101011101110000100111001101000111110000110 | e997a1efbda2e89eb3e6bb84e68f86 |
| UHC | 闡?螳滄揆 | 111101001100010100111111110100111101100111110011111001111101000010100110 | f4c53fd3d9f3e7d0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)