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^ | 111011011001000110100000010001001110110110010001101000000100010001011110 | ed91a044ed91a0445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | í??Dí??D^ | 10001111101010111011111100111111001111110100010010001111101010111011111100111111001111110100010001011110 | 8fabbf3f3f448fabbf3f3f445e |
UTF-8 | í Dí D^ | 110000111010110111000010100100011100001010100000010001001100001110101101110000101001000111000010101000000100010001011110 | c3adc291c2a044c3adc291c2a0445e |
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)