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蒻 | 11101000100101111010010111101011101010001011001011101100100010011010000001110010111010001001001010111011 | e897a5eba8b2ec89a072e892bb |
UHC | 藥먲쉠r蒻 | 111001011011011110010000111011111011110110101010011100101110010110110110 | e5b790efbdaa72e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)