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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 巍勘?? | 100110111101100110001010101010000011111100111111 | 9bd98aa83f3f |
| EUC-JP | 巍勘?? | 110101101101101110110100101010100011111100111111 | d6dbb4aa3f3f |
| UTF-8 | 巍勘렗렞 | 111001011011011110001101111001011000101110011000111010111010000010010111111010111010000010011110 | e5b78de58b98eba097eba09e |
| UHC | 巍勘렗렞 | 1110100011100100110010101110101110001110101011001000111010101111 | e8e4caeb8eac8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)