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 | 指???? | 100011100111011100111111001111110011111100111111 | 8e773f3f3f3f |
| EUC-JP | 指???? | 101110111101100000111111001111110011111100111111 | bbd83f3f3f3f |
| UTF-8 | 指펴렲렣롊 | 111001101000110010000111111011011000111010110100111010111010000010110010111010111010000010100011111010111010000110001010 | e68c87ed8eb4eba0b2eba0a3eba18a |
| UHC | 指펴렲렣롊 | 11110010101001101100011011101100100011101011111110001110101101001000111011010000 | f2a6c6ec8ebf8eb48ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)