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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 止?臧?揄 | 1000111001111110001111111110010001101000001111111001110110001001 | 8e7e3fe4683f9d89 |
EUC-JP | 止?臧?揄 | 1011101111011111001111111110011111001001001111111101100111101001 | bbdf3fe7c93fd9e9 |
UTF-8 | 止렣臧렩揄 | 111001101010110110100010111010111010000010100011111010001000011110100111111010111010000010101001111001101000111110000100 | e6ada2eba0a3e887a7eba0a9e68f84 |
UHC | 止렣臧렩揄 | 11110010101011011000111010110100111011011111010110001110101101111110101011110001 | f2ad8eb4edf58eb7eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)