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 | ??ゴ◆∵ | 0011111100111111100000110101001110000001100111111000000111100110 | 3f3f8353819f81e6 |
| EUC-JP | ??ゴ◆∵ | 0011111100111111101001011011010010100010101000011010001011101000 | 3f3fa5b4a2a1a2e8 |
| UTF-8 | 룴횕ゴ◆∵ | 111010111010001110110100111011011001101010010101111000111000001010110100111000101001011110000110111000101000100010110101 | eba3b4ed9a95e382b4e29786e288b5 |
| UHC | 룴횕ゴ◆∵ | 10001111101010011100001110001111101010111011010010100001110111111010000111110001 | 8fa9c38fabb4a1dfa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)