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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 棚狸oBF | 10010010010010011001001001001011011011110100001001000110 | 9249924b6f4246 |
EUC-JP | 棚狸oBF | 11000011101010101100001110101100011011110100001001000110 | c3aac3ac6f4246 |
UTF-8 | 棚狸oBF | 111001101010001110011010111001111000101110111000011011110100001001000110 | e6a39ae78bb86f4246 |
UHC | 棚狸oBF | 11011101110111001101011111100001011011110100001001000110 | dddcd7e16f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)