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 | IZºQ] | 1001001001001001100100100101101010010001101110100101000101011101 | 9249925a91ba515d |
SJIS-WIN | ?I?Z??Q] | 0011111101001001001111110101101000111111001111110101000101011101 | 3f493f5a3f3f515d |
EUC-JP | ?I?Z?ºQ] | 00111111010010010011111101011010001111111000111110100010111010110101000101011101 | 3f493f5a3f8fa2eb515d |
UTF-8 | IZºQ] | 110000101001001001001001110000101001001001011010110000101001000111000010101110100101000101011101 | c29249c2925ac291c2ba515d |
UHC | ?I?Z?ºQ] | 001111110100100100111111010110100011111110101000101011000101000101011101 | 3f493f5a3fa8ac515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)