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 | ??燼?菴 | 00111111001111111110000010011110001111111110010010111101 | 3f3fe09e3fe4bd |
| EUC-JP | 祜?燼?菴 | 100011111101000011011000001111111101111111111110001111111110100010111111 | 8fd0d83fdffe3fe8bf |
| UTF-8 | 祜렍燼렣菴 | 111001111010010110011100111010111010000010001101111001111000011110111100111010111010000010100011111010001000111110110100 | e7a59ceba08de787bceba0a3e88fb4 |
| UHC | 祜렍燼렣菴 | 11111011110101001000111010100011111000111110100010001110101101001110010011100000 | fbd48ea3e3e88eb4e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)