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 | D@¸hD@ | 1001001001000100100100100100000010010001101110000110100010010010010001001001001001000000 | 9244924091b86892449240 |
SJIS-WIN | ?D?@??h?D?@ | 0011111101000100001111110100000000111111001111110110100000111111010001000011111101000000 | 3f443f403f3f683f443f40 |
EUC-JP | ?D?@?¸h?D?@ | 00111111010001000011111101000000001111111000111110100010101100010110100000111111010001000011111101000000 | 3f443f403f8fa2b1683f443f40 |
UTF-8 | D@¸hD@ | 1100001010010010010001001100001010010010010000001100001010010001110000101011100001101000110000101001001001000100110000101001001001000000 | c29244c29240c291c2b868c29244c29240 |
UHC | ?D?@?¸h?D?@ | 001111110100010000111111010000000011111110100010101011000110100000111111010001000011111101000000 | 3f443f403fa2ac683f443f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)