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 | 11101110100010001001101011100111100111111000110111101000101000001000011101000010 | ee889ae79f8de8a08742 |
SJIS-WIN | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
EUC-JP | î??ç??è??B | 10001111101010111100001000111111001111111000111110101011101011100011111100111111100011111010101110110010001111110011111101000010 | 8fabc23f3f8fabae3f3f8fabb23f3f42 |
UTF-8 | îçè B | 11000011101011101100001010001000110000101001101011000011101001111100001010011111110000101000110111000011101010001100001010100000110000101000011101000010 | c3aec288c29ac3a7c29fc28dc3a8c2a0c28742 |
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)