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 | èèéB | 11101000100011011000111111101000100000001001010111101001100000001000001001000010 | e88d8fe88095e9808242 |
SJIS-WIN | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
EUC-JP | è??è??é??B | 10001111101010111011001000111111001111111000111110101011101100100011111100111111100011111010101110110001001111110011111101000010 | 8fabb23f3f8fabb23f3f8fabb13f3f42 |
UTF-8 | èèéB | 11000011101010001100001010001101110000101000111111000011101010001100001010000000110000101001010111000011101010011100001010000000110000101000001001000010 | c3a8c28dc28fc3a8c280c295c3a9c280c28242 |
UHC | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)