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ÛF | 1101011011111100010000101101101101000110 | d6fc42db46 |
SJIS-WIN | ??B?F | 0011111100111111010000100011111101000110 | 3f3f423f46 |
EUC-JP | ÖüBÛF | 1000111110101010110100111000111110101011111001000100001010001111101010101110010101000110 | 8faad38fabe4428faae546 |
UTF-8 | ÖüBÛF | 1100001110010110110000111011110001000010110000111001101101000110 | c396c3bc42c39b46 |
UHC | ??B?F | 0011111100111111010000100011111101000110 | 3f3f423f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)