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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
| SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
| EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
| UTF-8 | 閭꿴뇹i閭꿴뇹iB | 111011111010011010000110111010101011111110110100111010111000011110111001011010011110111110100110100001101110101010111111101101001110101110000111101110010110100101000010 | efa686eabfb4eb87b969efa686eabfb4eb87b96942 |
| UHC | 閭꿴뇹i閭꿴뇹iB | 111001101010110110110010111010011011010010100110011010011110011010101101101100101110100110110100101001100110100101000010 | e6adb2e9b4a669e6adb2e9b4a66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)