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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 鐔種秀c^ | 1110100001011100100011101110110110001111010001110110001101011110 | e85c8eed8f47635e |
EUC-JP | 鐔種秀c^ | 1110111110111101101111001110111110111101101010000110001101011110 | efbdbcefbda8635e |
UTF-8 | 鐔種秀c^ | 1110100110010000100101001110011110101000101011101110011110100111100000000110001101011110 | e99094e7a8aee7a780635e |
UHC | ?種秀c^ | 00111111111100001111101011100010101100110110001101011110 | 3ff0fae2b3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)