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® Y | 10010010010001001001000110101110100100011010000001011001 | 924491ae91a059 |
SJIS-WIN | ?D????Y | 00111111010001000011111100111111001111110011111101011001 | 3f443f3f3f3f59 |
EUC-JP | ?D?®??Y | 001111110100010000111111100011111010001011101110001111110011111101011001 | 3f443f8fa2ee3f3f59 |
UTF-8 | D® Y | 110000101001001001000100110000101001000111000010101011101100001010010001110000101010000001011001 | c29244c291c2aec291c2a059 |
UHC | ?D?®??Y | 0011111101000100001111111010001011100111001111110011111101011001 | 3f443fa2e73f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)