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] | 111011001111100110001110101100000100010101011101 | ecf98eb0455d |
SJIS-WIN | ???°E] | 00111111001111110011111110000001100010110100010101011101 | 3f3f3f818b455d |
EUC-JP | ìù?°E] | 1000111110101011110000001000111110101011111000110011111110100001111010110100010101011101 | 8fabc08fabe33fa1eb455d |
UTF-8 | ìù°E] | 11000011101011001100001110111001110000101000111011000010101100000100010101011101 | c3acc3b9c28ec2b0455d |
UHC | ???°E] | 00111111001111110011111110100001110001100100010101011101 | 3f3f3fa1c6455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)