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 | 涇ソ雉ェ涇キ | 111110101111101110111111111010001011001110101010111110101111101110110111 | fafbbfe8b3aafafbb7 |
EUC-JP | 涇ソ雉ェ涇キ | 1000111111000111110001111000111010111111111100001011010110001110101010101000111111000111110001111000111010110111 | 8fc7c78ebff0b58eaa8fc7c78eb7 |
UTF-8 | 涇ソ雉ェ涇キ | 111001101011011010000111111011111011110110111111111010011001101110001001111011111011110110101010111001101011011010000111111011111011110110110111 | e6b687efbdbfe99b89efbdaae6b687efbdb7 |
UHC | 涇?雉?涇? | 110011001101110000111111111101101100101100111111110011001101110000111111 | ccdc3ff6cb3fccdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)