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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 指????? | 10001110011101110011111100111111001111110011111100111111 | 8e773f3f3f3f3f |
| EUC-JP | 指????? | 10111011110110000011111100111111001111110011111100111111 | bbd83f3f3f3f3f |
| UTF-8 | 指펴렲렣롉롛 | 111001101000110010000111111011011000111010110100111010111010000010110010111010111010000010100011111010111010000110001001111010111010000110011011 | e68c87ed8eb4eba0b2eba0a3eba189eba19b |
| UHC | 指펴렲렣롉롛 | 111100101010011011000110111011001000111010111111100011101011010010001110110011111000111011011111 | f2a6c6ec8ebf8eb48ecf8edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)