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 | ??Ca??@w | 0011111100111111010000110110000100111111001111110100000001110111 | 3f3f43613f3f4077 |
SJIS-WIN | 嶸ェCa嶸ェ@w | 11111010101101001010101001000011011000011111101010110100101010100100000001110111 | fab4aa4361fab4aa4077 |
EUC-JP | 嶸ェCa嶸ェ@w | 1000111110111011111101001000111010101010010000110110000110001111101110111111010010001110101010100100000001110111 | 8fbbf48eaa43618fbbf48eaa4077 |
UTF-8 | 嶸ェCa嶸ェ@w | 11100101101101101011100011101111101111011010101001000011011000011110010110110110101110001110111110111101101010100100000001110111 | e5b6b8efbdaa4361e5b6b8efbdaa4077 |
UHC | 嶸?Ca嶸?@w | 11100111101011100011111101000011011000011110011110101110001111110100000001110111 | e7ae3f4361e7ae3f4077 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)