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 | 禎???佇 | 10010010111101010011111100111111001111111001100011001000 | 92f53f3f3f98c8 |
| EUC-JP | 禎?饔?佇 | 110001001111011100111111100011111110100011101111001111111101000011001010 | c4f73f8fe8ef3fd0ca |
| UTF-8 | 禎렓饔렧佇 | 111001111010011010001110111010111010000010010011111010011010010110010100111010111010000010100111111001001011110110000111 | e7a68eeba093e9a594eba0a7e4bd87 |
| UHC | 禎렓饔렧佇 | 11101111111011101000111010101000111010001011110110001110101101101110111010110111 | efee8ea8e8bd8eb6eeb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)