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 | ???r? | 0011111100111111001111110111001000111111 | 3f3f3f723f |
SJIS-WIN | 藥??r蒻 | 11100101010110100011111100111111011100101110010011101000 | e55a3f3f72e4e8 |
EUC-JP | 藥??r蒻 | 11101001101110110011111100111111011100101110100011101010 | e9bb3f3f72e8ea |
UTF-8 | 藥뗨츚r蒻 | 11101000100101111010010111101011100101111010100011101100101110001001101001110010111010001001001010111011 | e897a5eb97a8ecb89a72e892bb |
UHC | 藥뗨츚r蒻 | 111001011011011110001011111010001010111010010011011100101110010110110110 | e5b78be8ae9372e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)