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 | ?藥?藥^ | 00111111111001010101101000111111111001010101101001011110 | 3fe55a3fe55a5e |
EUC-JP | 汭藥汭藥^ | 1000111111000110111000101110100110111011100011111100011011100010111010011011101101011110 | 8fc6e2e9bb8fc6e2e9bb5e |
UTF-8 | 汭藥汭藥^ | 11100110101100011010110111101000100101111010010111100110101100011010110111101000100101111010010101011110 | e6b1ade897a5e6b1ade897a55e |
UHC | 汭藥汭藥^ | 111001111101011111100101101101111110011111010111111001011011011101011110 | e7d7e5b7e7d7e5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)