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 | 重?億??堤 | 100011110110010000111111100010011010110100111111001111111001001011100111 | 8f643f89ad3f3f92e7 |
| EUC-JP | 重?億??堤 | 101111011100010100111111101100101010111100111111001111111100010011101001 | bdc53fb2af3f3fc4e9 |
| UTF-8 | 重렦億당륌堤 | 111010011000011110001101111010111010000010100110111001011000010010000100111010111000101110111001111010111010010110001100111001011010000010100100 | e9878deba0a6e58484eb8bb9eba58ce5a0a4 |
| UHC | 重렦億당륌堤 | 111100011110110010001110101101011110010111100010101101001110011110110111111101101111000010100111 | f1ec8eb5e5e2b4e7b7f6f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)