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 | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | 涇ェ辷セ^F | 1111101011111011101010101110011110001000101111100101111001000110 | fafbaae788be5e46 |
EUC-JP | 涇ェ辷セ^F | 1000111111000111110001111000111010101010111011011110100010001110101111100101111001000110 | 8fc7c78eaaede88ebe5e46 |
UTF-8 | 涇ェ辷セ^F | 1110011010110110100001111110111110111101101010101110100010111110101101111110111110111101101111100101111001000110 | e6b687efbdaae8beb7efbdbe5e46 |
UHC | 涇???^F | 11001100110111000011111100111111001111110101111001000110 | ccdc3f3f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)