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 | 猖猜 | 11100000110010011110000011001000 | e0c9e0c8 |
EUC-JP | 猖猜 | 11100000110010111110000011001010 | e0cbe0ca |
UTF-8 | 猖猜 | 111001111000110010010110111001111000110010011100 | e78c96e78c9c |
UHC | 猖猜 | 11110011111010011110001111000100 | f3e9e3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)