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 | 10001001100100001000001111001001001111110101010101101011 | 899083c93f556b |
EUC-JP | 艶λ?Uk | 10110001111100001010011011001011001111110101010101101011 | b1f0a6cb3f556b |
UTF-8 | 艶λ젍Uk | 11101000100010011011011011001110101110111110110010100000100011010101010101101011 | e889b6cebbeca08d556b |
UHC | 艶λ젍Uk | 1110011011111101101001011110101110100000100011100101010101101011 | e6fda5eba08e556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)