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 | LêI^ | 10010001010011001110101010010110100100010100100101011110 | 914cea9691495e |
SJIS-WIN | ?L???I^ | 00111111010011000011111100111111001111110100100101011110 | 3f4c3f3f3f495e |
EUC-JP | ?Lê??I^ | 001111110100110010001111101010111011010000111111001111110100100101011110 | 3f4c8fabb43f3f495e |
UTF-8 | LêI^ | 1100001010010001010011001100001110101010110000101001011011000010100100010100100101011110 | c2914cc3aac296c291495e |
UHC | ?L???I^ | 00111111010011000011111100111111001111110100100101011110 | 3f4c3f3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)