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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 竪狸属h竪狸 | 1001001001000111100100100100101110010001101011100110100010010010010001111001001001001011 | 9247924b91ae689247924b |
EUC-JP | 竪狸属h竪狸 | 1100001110101000110000111010110011000010101100000110100011000011101010001100001110101100 | c3a8c3acc2b068c3a8c3ac |
UTF-8 | 竪狸属h竪狸 | 11100111101010111010101011100111100010111011100011100101101100011001111001101000111001111010101110101010111001111000101110111000 | e7abaae78bb8e5b19e68e7abaae78bb8 |
UHC | 竪狸?h竪狸 | 11100010101101011101011111100001001111110110100011100010101101011101011111100001 | e2b5d7e13f68e2b5d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)