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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 徇?B | 10011100011011010011111101000010 | 9c6d3f42 |
EUC-JP | 徇?B | 11010111110011100011111101000010 | d7ce3f42 |
UTF-8 | 徇뜛B | 11100101101111101000011111101011100111001001101101000010 | e5be87eb9c9b42 |
UHC | 徇뜛B | 1110001011011111100011011001111001000010 | e2df8d9e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)