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 | âààÑe^ | 111000101110000011100000110100010110010101011110 | e2e0e0d1655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | âààÑe^ | 1000111110101011101001001000111110101011101000101000111110101011101000101000111110101010110100000110010101011110 | 8faba48faba28faba28faad0655e |
UTF-8 | âààÑe^ | 11000011101000101100001110100000110000111010000011000011100100010110010101011110 | c3a2c3a0c3a0c391655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)