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 | ??Q??? | 001111110011111101010001001111110011111100111111 | 3f3f513f3f3f |
SJIS-WIN | 嶸ーQ嶸倆丕 | 11111010101101001011000001010001111110101011010010011000111011011001100010100001 | fab4b051fab498ed98a1 |
EUC-JP | 嶸ーQ嶸倆丕 | 10001111101110111111010010001110101100000101000110001111101110111111010011010000111011111101000010100011 | 8fbbf48eb0518fbbf4d0efd0a3 |
UTF-8 | 嶸ーQ嶸倆丕 | 11100101101101101011100011101111101111011011000001010001111001011011011010111000111001011000000010000110111001001011100010010101 | e5b6b8efbdb051e5b6b8e58086e4b895 |
UHC | 嶸?Q嶸倆丕 | 11100111101011100011111101010001111001111010111011010101110101101101110111100000 | e7ae3f51e7aed5d6dde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)