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 | ôêEBF | 1111010011101010010001010100001001000110 | f4ea454246 |
SJIS-WIN | ??EBF | 0011111100111111010001010100001001000110 | 3f3f454246 |
EUC-JP | ôêEBF | 100011111010101111010100100011111010101110110100010001010100001001000110 | 8fabd48fabb4454246 |
UTF-8 | ôêEBF | 11000011101101001100001110101010010001010100001001000110 | c3b4c3aa454246 |
UHC | ??EBF | 0011111100111111010001010100001001000110 | 3f3f454246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)