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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 鏥躙H | 1110100001010100111001110101011101001000 | e854e75748 |
EUC-JP | 鏥躙H | 1110111110110101111011011011100001001000 | efb5edb848 |
UTF-8 | 鏥躙H | 11101001100011111010010111101000101110101001100101001000 | e98fa5e8ba9948 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)