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 | 兀??昻? | 10011001010110010011111100111111111110101101000000111111 | 99593f3ffad03f |
| EUC-JP | 兀???? | 110100011011101000111111001111110011111100111111 | d1ba3f3f3f3f |
| UTF-8 | 兀뽫퓼昻쬕 | 111001011000010110000000111010111011110110101011111011011001001110111100111001101001100010111011111011001010110010010101 | e58580ebbdabed93bce698bbecac95 |
| UHC | 兀뽫퓼昻쬕 | 11101000101101001001011011100111101111111010000011100100111010011010011101001001 | e8b496e7bfa0e4e9a749 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)