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 | ??L??~ | 001111110011111101001100001111110011111101111110 | 3f3f4c3f3f7e |
| SJIS-WIN | ??L??~ | 001111110011111101001100001111110011111101111110 | 3f3f4c3f3f7e |
| EUC-JP | ??L??~ | 001111110011111101001100001111110011111101111110 | 3f3f4c3f3f7e |
| UTF-8 | 쒔렔L쒔렠~ | 1110110010010010100101001110101110100000100101000100110011101100100100101001010011101011101000001010000001111110 | ec9294eba0944cec9294eba0a07e |
| UHC | 쒔렔L쒔렠~ | 10111110101011011000111010101001010011001011111010101101100011101011000101111110 | bead8ea94cbead8eb17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)