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 | 姨◇姨●^ | 100110110100100010000001100111101001101101001000100000011001110001011110 | 9b48819e9b48819c5e |
EUC-JP | 姨◇姨●^ | 110101011010100110100001111111101101010110101001101000011111110001011110 | d5a9a1fed5a9a1fc5e |
UTF-8 | 姨◇姨●^ | 11100101101001111010100011100010100101111000011111100101101001111010100011100010100101111000111101011110 | e5a7a8e29787e5a7a8e2978f5e |
UHC | 姨◇姨●^ | 111011001010100110100001110111101110110010101001101000011101110001011110 | eca9a1deeca9a1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)