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 | AWDAWD^ | 1001001001000001100100100101011101000100100100100100000110010010010101110100010001011110 | 924192574492419257445e |
SJIS-WIN | ?A?WD?A?WD^ | 0011111101000001001111110101011101000100001111110100000100111111010101110100010001011110 | 3f413f57443f413f57445e |
EUC-JP | ?A?WD?A?WD^ | 0011111101000001001111110101011101000100001111110100000100111111010101110100010001011110 | 3f413f57443f413f57445e |
UTF-8 | AWDAWD^ | 110000101001001001000001110000101001001001010111010001001100001010010010010000011100001010010010010101110100010001011110 | c29241c2925744c29241c29257445e |
UHC | ?A?WD?A?WD^ | 0011111101000001001111110101011101000100001111110100000100111111010101110100010001011110 | 3f413f57443f413f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)