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 | àpDàpD^ | 11100000011100000100010011100000011100000100010001011110 | e07044e070445e |
SJIS-WIN | ?pD?pD^ | 00111111011100000100010000111111011100000100010001011110 | 3f70443f70445e |
EUC-JP | àpDàpD^ | 1000111110101011101000100111000001000100100011111010101110100010011100000100010001011110 | 8faba270448faba270445e |
UTF-8 | àpDàpD^ | 110000111010000001110000010001001100001110100000011100000100010001011110 | c3a07044c3a070445e |
UHC | ?pD?pD^ | 00111111011100000100010000111111011100000100010001011110 | 3f70443f70445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)