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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 蜊廷цH | 11100101100011011001001011101100100001001000100001001000 | e58d92ec848848 |
EUC-JP | 蜊廷цH | 11101001111011011100010011101110101001111110100001001000 | e9edc4eea7e848 |
UTF-8 | 蜊廷цH | 111010001001110010001010111001011011101110110111110100011000011001001000 | e89c8ae5bbb7d18648 |
UHC | ?廷цH | 001111111110111111010101101011001110100001001000 | 3fefd5ace848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)