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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 嶸貌嶸僕^ | 111110101011010010010110011001011111101010110100100101100110110001011110 | fab49665fab4966c5e |
EUC-JP | 嶸貌嶸僕^ | 1000111110111011111101001100101111000110100011111011101111110100110010111100110101011110 | 8fbbf4cbc68fbbf4cbcd5e |
UTF-8 | 嶸貌嶸僕^ | 11100101101101101011100011101000101100101000110011100101101101101011100011100101100000111001010101011110 | e5b6b8e8b28ce5b6b8e583955e |
UHC | 嶸貌嶸僕^ | 111001111010111011011001110010011110011110101110110111001101001001011110 | e7aed9c9e7aedcd25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)