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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 驪夕BF | 111010011000101110010111010110110100001001000110 | e98b975b4246 |
EUC-JP | 驪夕BF | 111100011110101111001101101111000100001001000110 | f1ebcdbc4246 |
UTF-8 | 驪夕BF | 1110100110101001101010101110010110100100100101010100001001000110 | e9a9aae5a4954246 |
UHC | 驪夕BF | 110101011111000111100000101010100100001001000110 | d5f1e0aa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)