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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藥?藥? | 111001010101101000111111111001010101101000111111 | e55a3fe55a3f |
EUC-JP | 藥?藥? | 111010011011101100111111111010011011101100111111 | e9bb3fe9bb3f |
UTF-8 | 藥뛜藥뛝 | 111010001001011110100101111010111001101110011100111010001001011110100101111010111001101110011101 | e897a5eb9b9ce897a5eb9b9d |
UHC | 藥뛜藥뛝 | 1110010110110111100011010101100111100101101101111000110101011010 | e5b78d59e5b78d5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)