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 | 霄嫉質韵 | 11101000101110101000111010111001111100001100000010001110101111111110100011101111 | e8ba8eb9f0c08ebfe8ef |
| EUC-JP | 霄嫉?質韵 | 111100001011110010111100101110110011111110111100110000011111000011110001 | f0bcbcbb3fbcc1f0f1 |
| UTF-8 | 霄嫉質韵 | 111010011001110010000100111001011010101110001001111011101000000110111111111010001011001110101010111010011001111110110101 | e99c84e5ab89ee81bfe8b3aae99fb5 |
| UHC | ?嫉?質? | 00111111111100101110110000111111111100101111010100111111 | 3ff2ec3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)