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 | 10010001111010001001100001000111001111110011111101000110 | 91e898473f3f46 |
EUC-JP | 題賂??F | 11000010111010101100111110101000001111110011111101000110 | c2eacfa83f3f46 |
UTF-8 | 題賂렰렕F | 11101001101000011000110011101000101100111000001011101011101000001011000011101011101000001001010101000110 | e9a18ce8b382eba0b0eba09546 |
UHC | 題賂렰렕F | 111100001011100111010110111100011000111010111101100011101010101001000110 | f0b9d6f18ebd8eaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)