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 | 指???循 | 10001110011101110011111100111111001111111000111101111010 | 8e773f3f3f8f7a |
| EUC-JP | 指???循 | 10111011110110000011111100111111001111111011110111011011 | bbd83f3f3fbddb |
| UTF-8 | 指펴렢렯循 | 111001101000110010000111111011011000111010110100111010111010000010100010111010111010000010101111111001011011111010101010 | e68c87ed8eb4eba0a2eba0afe5beaa |
| UHC | 指펴렢렯循 | 11110010101001101100011011101100100011101011001110001110101111001110001011100000 | f2a6c6ec8eb38ebce2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)