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çè¯D^ | 111001111110100010101111010001001110011111101000101011110100010001011110 | e7e8af44e7e8af445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | çè¯Dçè¯D^ | 100011111010101110101110100011111010101110110010100011111010001010110100010001001000111110101011101011101000111110101011101100101000111110100010101101000100010001011110 | 8fabae8fabb28fa2b4448fabae8fabb28fa2b4445e |
UTF-8 | çè¯Dçè¯D^ | 110000111010011111000011101010001100001010101111010001001100001110100111110000111010100011000010101011110100010001011110 | c3a7c3a8c2af44c3a7c3a8c2af445e |
UHC | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)