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 | 豕媼豕媼^ | 111001101011001110011011010110111110011010110011100110110101101101011110 | e6b39b5be6b39b5b5e |
EUC-JP | 豕媼豕媼^ | 111011001011010111010101101111001110110010110101110101011011110001011110 | ecb5d5bcecb5d5bc5e |
UTF-8 | 豕媼豕媼^ | 11101000101100011001010111100101101010101011110011101000101100011001010111100101101010101011110001011110 | e8b195e5aabce8b195e5aabc5e |
UHC | 豕?豕?^ | 11100011110011100011111111100011110011100011111101011110 | e3ce3fe3ce3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)