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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 荵「蝠飽 | 11100100101110011010001011100101100101011001011001001111 | e4b9a2e595964f |
| EUC-JP | 荵「蝠飽 | 1110100010111011100011101010001011101001111101011100101110110000 | e8bb8ea2e9f5cbb0 |
| UTF-8 | 荵「蝠飽 | 111010001000110110110101111011111011110110100010111010001001110110100000111010011010001110111101 | e88db5efbda2e89da0e9a3bd |
| UHC | ???飽 | 0011111100111111001111111111100011101001 | 3f3f3ff8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)