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 | 11110000111010100100010111110000111010100100010101000010 | f0ea45f0ea4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ðêEðêEB | 100011111010100111000011100011111010101110110100010001011000111110101001110000111000111110101011101101000100010101000010 | 8fa9c38fabb4458fa9c38fabb44542 |
UTF-8 | ðêEðêEB | 1100001110110000110000111010101001000101110000111011000011000011101010100100010101000010 | c3b0c3aa45c3b0c3aa4542 |
UHC | ð?Eð?EB | 101010011010001100111111010001011010100110100011001111110100010101000010 | a9a33f45a9a33f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)