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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 乙? | 100010011011001100111111 | 89b33f |
| EUC-JP | 乙? | 101100101011010100111111 | b2b53f |
| UTF-8 | 乙렞 | 111001001011100110011001111010111010000010011110 | e4b999eba09e |
| UHC | 乙렞 | 11101011111000001000111010101111 | ebe08eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)