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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 熊?熊?^ | 10001100010001100011111110001100010001100011111101011110 | 8c463f8c463f5e |
EUC-JP | 熊?熊?^ | 10110111101001110011111110110111101001110011111101011110 | b7a73fb7a73f5e |
UTF-8 | 熊렭熊렭^ | 11100111100001101000101011101011101000001010110111100111100001101000101011101011101000001010110101011110 | e7868aeba0ade7868aeba0ad5e |
UHC | 熊렭熊렭^ | 111010101010100010001110101110101110101010101000100011101011101001011110 | eaa88ebaeaa88eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)