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 | ??CF??Gv | 0011111100111111010000110100011000111111001111110100011101110110 | 3f3f43463f3f4776 |
SJIS-WIN | 嶸ェCF嶸ェGv | 11111010101101001010101001000011010001101111101010110100101010100100011101110110 | fab4aa4346fab4aa4776 |
EUC-JP | 嶸ェCF嶸ェGv | 1000111110111011111101001000111010101010010000110100011010001111101110111111010010001110101010100100011101110110 | 8fbbf48eaa43468fbbf48eaa4776 |
UTF-8 | 嶸ェCF嶸ェGv | 11100101101101101011100011101111101111011010101001000011010001101110010110110110101110001110111110111101101010100100011101110110 | e5b6b8efbdaa4346e5b6b8efbdaa4776 |
UHC | 嶸?CF嶸?Gv | 11100111101011100011111101000011010001101110011110101110001111110100011101110110 | e7ae3f4346e7ae3f4776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)