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 | 100011111011100011111011111011001010101101001000 | 8fb8fbecab48 |
EUC-JP | 昇隯ォH | 1011111010111010100011111110011011101111100011101010101101001000 | beba8fe6ef8eab48 |
UTF-8 | 昇隯ォH | 11100110100110001000011111101001100110101010111111101111101111011010101101001000 | e69887e99aafefbdab48 |
UHC | 昇??H | 1110001110110000001111110011111101001000 | e3b03f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)