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 | 穩э?晤o? | 11100010011100101000010010001111001111111001110111101011100000101000111100111111 | e272848f3f9deb828f3f |
EUC-JP | 穩э?晤o? | 11100011110100111010011111101111001111111101101011101101101000111110111100111111 | e3d3a7ef3fdaeda3ef3f |
UTF-8 | 穩э슈晤o쉑 | 1110011110101001101010011101000110001101111011001000101010001000111001101001100110100100111011111011110110001111111011001000100110010001 | e7a9a9d18dec8a88e699a4efbd8fec8991 |
UHC | 穩э슈晤o쉑 | 111010001011000110101100111011111011110110110100111001111111101110100011111011111011110110100111 | e8b1acefbdb4e7fba3efbda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)