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 | ???Uk | 0011111100111111001111110101010101101011 | 3f3f3f556b |
SJIS-WIN | 彦??Uk | 100101010100011000111111001111110101010101101011 | 95463f3f556b |
EUC-JP | 彦??Uk | 110010011010011100111111001111110101010101101011 | c9a73f3f556b |
UTF-8 | 彦쀫젡Uk | 1110010110111101101001101110110010000000101010111110110010100000101000010101010101101011 | e5bda6ec80abeca0a1556b |
UHC | 彦쀫젡Uk | 1110010111101001100101111110101110100000100110100101010101101011 | e5e997eba09a556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)