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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 池兢?蚓 | 10010010011100101001100101011101001111111110010101101101 | 9272995d3fe56d |
EUC-JP | 池兢?蚓 | 11000011110100111101000110111110001111111110100111001110 | c3d3d1be3fe9ce |
UTF-8 | 池兢쑨蚓 | 111001101011000110100000111001011000010110100010111011001001000110101000111010001001101010010011 | e6b1a0e585a2ec91a8e89a93 |
UHC | 池兢쑨蚓 | 1111001010101110110100001110011110111110101001111110110011100010 | f2aed0e7bea7ece2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)