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 | ÖüBÛ^ | 1101011011111100010000101101101101011110 | d6fc42db5e |
SJIS-WIN | ??B?^ | 0011111100111111010000100011111101011110 | 3f3f423f5e |
EUC-JP | ÖüBÛ^ | 1000111110101010110100111000111110101011111001000100001010001111101010101110010101011110 | 8faad38fabe4428faae55e |
UTF-8 | ÖüBÛ^ | 1100001110010110110000111011110001000010110000111001101101011110 | c396c3bc42c39b5e |
UHC | ??B?^ | 0011111100111111010000100011111101011110 | 3f3f423f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)