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 | 低?燼?菴 | 1001001011100001001111111110000010011110001111111110010010111101 | 92e13fe09e3fe4bd |
| EUC-JP | 低?燼?菴 | 1100010011100011001111111101111111111110001111111110100010111111 | c4e33fdffe3fe8bf |
| UTF-8 | 低렍燼렣菴 | 111001001011110110001110111010111010000010001101111001111000011110111100111010111010000010100011111010001000111110110100 | e4bd8eeba08de787bceba0a3e88fb4 |
| UHC | 低렍燼렣菴 | 11101110101110001000111010100011111000111110100010001110101101001110010011100000 | eeb88ea3e3e88eb4e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)