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 | 鄭?魚?d縡 | 10010011010000010011111110001011100110110011111110000010100001001110001101110001 | 93413f8b9b3f8284e371 |
| EUC-JP | 鄭?魚?d縡 | 11000101101000100011111110110101111110110011111110100011111001001110010111010010 | c5a23fb5fb3fa3e4e5d2 |
| UTF-8 | 鄭렏魚편d縡 | 111010011000010010101101111010111010000010001111111010011010110110011010111011011000111010111000111011111011110110000100111001111011100010100001 | e984adeba08fe9ad9aed8eb8efbd84e7b8a1 |
| UHC | 鄭렏魚편d縡 | 111011111111011110001110101001011110010111100000110001101110110110100011111001001110111010101101 | eff78ea5e5e0c6eda3e4eead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)