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 | 10010010010110001001001001001011011011110100001001000110 | 9258924b6f4246 |
EUC-JP | 湛狸oBF | 11000011101110011100001110101100011011110100001001000110 | c3b9c3ac6f4246 |
UTF-8 | 湛狸oBF | 111001101011100110011011111001111000101110111000011011110100001001000110 | e6b99be78bb86f4246 |
UHC | 湛狸oBF | 11010011110000001101011111100001011011110100001001000110 | d3c0d7e16f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)