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 | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| SJIS-WIN | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| EUC-JP | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| UTF-8 | 쒔렜쒔렎렊롚u^ | 1110110010010010100101001110101110100000100111001110110010010010100101001110101110100000100011101110101110100000100010101110101110100001100110100111010101011110 | ec9294eba09cec9294eba08eeba08aeba19a755e |
| UHC | 쒔렜쒔렎렊롚u^ | 1011111010101101100011101010111010111110101011011000111010100100100011101010000110001110110111100111010101011110 | bead8eaebead8ea48ea18ede755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)