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èûEB | 11101000111110110100010111101000111110110100010101000010 | e8fb45e8fb4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | èûEèûEB | 100011111010101110110010100011111010101111100101010001011000111110101011101100101000111110101011111001010100010101000010 | 8fabb28fabe5458fabb28fabe54542 |
UTF-8 | èûEèûEB | 1100001110101000110000111011101101000101110000111010100011000011101110110100010101000010 | c3a8c3bb45c3a8c3bb4542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)