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 | 霎憺。泌匡 | 111010001011111010011100111010011010000110010100111001011000101110100111 | e8be9ce9a194e58ba7 |
| EUC-JP | 霎憺。泌匡 | 11110000110000001101100011101011100011101010000111001000111001111011011010101001 | f0c0d8eb8ea1c8e7b6a9 |
| UTF-8 | 霎憺。泌匡 | 111010011001110010001110111001101000011010111010111011111011110110100001111001101011001110001100111001011000110010100001 | e99c8ee686baefbda1e6b38ce58ca1 |
| UHC | ?憺?泌匡 | 0011111111010011101111000011111111111001101100101100111011000100 | 3fd3bc3ff9b2cec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)