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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 往跣F | 1000100110011101111001101110111101000110 | 899de6ef46 |
EUC-JP | 往跣F | 1011000111111101111011001111000101000110 | b1fdecf146 |
UTF-8 | 往跣F | 11100101101111101000000011101000101101111010001101000110 | e5be80e8b7a346 |
UHC | 往跣F | 1110100011011001111000001101001101000110 | e8d9e0d346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)