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ÄÅB | 10011001010001011000100011000100100010001100010101000010 | 994588c488c542 |
SJIS-WIN | ?E????B | 00111111010001010011111100111111001111110011111101000010 | 3f453f3f3f3f42 |
EUC-JP | ?E?Ä?ÅB | 0011111101000101001111111000111110101010101000110011111110001111101010101010100101000010 | 3f453f8faaa33f8faaa942 |
UTF-8 | EÄÅB | 110000101001100101000101110000101000100011000011100001001100001010001000110000111000010101000010 | c29945c288c384c288c38542 |
UHC | ?E????B | 00111111010001010011111100111111001111110011111101000010 | 3f453f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)