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 | 止??淀潘烈 | 10001110011111100011111100111111100101111000010011100000010011101001011111110011 | 8e7e3f3f9784e04e97f3 |
EUC-JP | 止??淀潘烈 | 10111011110111110011111100111111110011011110010011011111101011111100111011110101 | bbdf3f3fcde4dfafcef5 |
UTF-8 | 止淚쓱淀潘烈 | 111001101010110110100010111011111010010110001101111011001001001110110001111001101011011110000000111001101011110110011000111001111000001110001000 | e6ada2efa58dec93b1e6b780e6bd98e78388 |
UHC | 止淚쓱淀潘烈 | 111100101010110111010010111001111011111010110011111011111110001111011010111010111101011010101101 | f2add2e7beb3efe3daebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)