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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涇ソ雉ェ韜包 | 11111010111110111011111111101000101100111010101011101000111010011001010111101111 | fafbbfe8b3aae8e995ef |
EUC-JP | 涇ソ雉ェ韜包 | 10001111110001111100011110001110101111111111000010110101100011101010101011110000111010111100101011110001 | 8fc7c78ebff0b58eaaf0ebcaf1 |
UTF-8 | 涇ソ雉ェ韜包 | 111001101011011010000111111011111011110110111111111010011001101110001001111011111011110110101010111010011001111110011100111001011000110010000101 | e6b687efbdbfe99b89efbdaae99f9ce58c85 |
UHC | 涇?雉?韜包 | 11001100110111000011111111110110110010110011111111010100101101111111100011010000 | ccdc3ff6cb3fd4b7f8d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)