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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 雉ェ辷セA | 11101000101100111010101011100111100010001011111001000001 | e8b3aae788be41 |
EUC-JP | 雉ェ辷セA | 111100001011010110001110101010101110110111101000100011101011111001000001 | f0b58eaaede88ebe41 |
UTF-8 | 雉ェ辷セA | 11101001100110111000100111101111101111011010101011101000101111101011011111101111101111011011111001000001 | e99b89efbdaae8beb7efbdbe41 |
UHC | 雉???A | 111101101100101100111111001111110011111101000001 | f6cb3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)