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 | 熊?箏?^ | 10001100010001100011111111100010101101010011111101011110 | 8c463fe2b53f5e |
EUC-JP | 熊?箏?^ | 10110111101001110011111111100100101101110011111101011110 | b7a73fe4b73f5e |
UTF-8 | 熊렎箏렖^ | 11100111100001101000101011101011101000001000111011100111101011101000111111101011101000001001011001011110 | e7868aeba08ee7ae8feba0965e |
UHC | 熊렎箏렖^ | 111010101010100010001110101001001110111010110100100011101010101101011110 | eaa88ea4eeb48eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)