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 | 蟄篁Φ | 111001011010110111100010101110011000001110110011 | e5ade2b983b3 |
EUC-JP | 蟄篁Φ | 111010101010111111100100101110111010011010110101 | eaafe4bba6b5 |
UTF-8 | 蟄篁Φ | 1110100010011111100001001110011110101111100000011100111010100110 | e89f84e7af81cea6 |
UHC | 蟄篁Φ | 111101101101111011111100110101101010010111010101 | f6defcd6a5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)