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 | 100111101010100111100111010001001000001010001001 | 9ea9e7448289 |
SJIS-WIN | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
EUC-JP | ?©çD?? | 00111111100011111010001011101101100011111010101110101110010001000011111100111111 | 3f8fa2ed8fabae443f3f |
UTF-8 | ©çD | 1100001010011110110000101010100111000011101001110100010011000010100000101100001010001001 | c29ec2a9c3a744c282c289 |
UHC | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)