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 | 逶門槙驤 | 1110011110011011100101101110010110010110100010101110100110001000 | e79b96e5968ae988 |
| EUC-JP | 逶門槙驤 | 1110110111111011110011001110011111001011111010101111000111101000 | edfbcce7cbeaf1e8 |
| UTF-8 | 逶門槙驤 | 111010011000000010110110111010011001011010000000111001101010011110011001111010011010100110100100 | e980b6e99680e6a799e9a9a4 |
| UHC | ?門?? | 0011111111011010101001100011111100111111 | 3fdaa63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)