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@DH@D^ | 1001001001001000100100100100000001000100100100100100100010010010010000000100010001011110 | 924892404492489240445e |
SJIS-WIN | ?H?@D?H?@D^ | 0011111101001000001111110100000001000100001111110100100000111111010000000100010001011110 | 3f483f40443f483f40445e |
EUC-JP | ?H?@D?H?@D^ | 0011111101001000001111110100000001000100001111110100100000111111010000000100010001011110 | 3f483f40443f483f40445e |
UTF-8 | H@DH@D^ | 110000101001001001001000110000101001001001000000010001001100001010010010010010001100001010010010010000000100010001011110 | c29248c2924044c29248c29240445e |
UHC | ?H?@D?H?@D^ | 0011111101001000001111110100000001000100001111110100100000111111010000000100010001011110 | 3f483f40443f483f40445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)