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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 劑班? | 1001100110011101100101001100011100111111 | 999d94c73f |
| EUC-JP | 劑班? | 1101000111111101110010001100100100111111 | d1fdc8c93f |
| UTF-8 | 劑班렣 | 111001011000101010010001111001111000111110101101111010111010000010100011 | e58a91e78fadeba0a3 |
| UHC | 劑班렣 | 111100001010010111011010111011001000111010110100 | f0a5daec8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)