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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 廛?夭 | 1001110001000100001111111001101011101110 | 9c443f9aee |
EUC-JP | 廛?夭 | 1101011110100101001111111101010011110000 | d7a53fd4f0 |
UTF-8 | 廛킵夭 | 111001011011101110011011111011011000001010110101111001011010010010101101 | e5bb9bed82b5e5a4ad |
UHC | 廛킵夭 | 111011101111100011000101101101011110100011101100 | eef8c5b5e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)