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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 乙???^ | 100010011011001100111111001111110011111101011110 | 89b33f3f3f5e |
| EUC-JP | 乙???^ | 101100101011010100111111001111110011111101011110 | b2b53f3f3f5e |
| UTF-8 | 乙잼렧렭^ | 11100100101110011001100111101100100111101011110011101011101000001010011111101011101000001010110101011110 | e4b999ec9ebceba0a7eba0ad5e |
| UHC | 乙잼렧렭^ | 111010111110000011000000111010111000111010110110100011101011101001011110 | ebe0c0eb8eb68eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)