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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 藥?藥?藥? | 111001010101101000111111111001010101101000111111111001010101101000111111 | e55a3fe55a3fe55a3f |
EUC-JP | 藥?藥?藥? | 111010011011101100111111111010011011101100111111111010011011101100111111 | e9bb3fe9bb3fe9bb3f |
UTF-8 | 藥뛨藥뛜藥뛨 | 111010001001011110100101111010111001101110101000111010001001011110100101111010111001101110011100111010001001011110100101111010111001101110101000 | e897a5eb9ba8e897a5eb9b9ce897a5eb9ba8 |
UHC | 藥뛨藥뛜藥뛨 | 111001011011011110001101011010111110010110110111100011010101100111100101101101111000110101101011 | e5b78d6be5b78d59e5b78d6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)