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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 簇賂??F | 11100010110001101001100001000111001111110011111101000110 | e2c698473f3f46 |
EUC-JP | 簇賂??F | 11100100110010001100111110101000001111110011111101000110 | e4c8cfa83f3f46 |
UTF-8 | 簇賂렰렚F | 11100111101100001000011111101000101100111000001011101011101000001011000011101011101000001001101001000110 | e7b087e8b382eba0b0eba09a46 |
UHC | 簇賂렰렚F | 111100001110101011010110111100011000111010111101100011101010110101000110 | f0ead6f18ebd8ead46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)