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 | 依??影 | 100010001100101100111111001111111000100101100101 | 88cb3f3f8965 |
EUC-JP | 依??影 | 101100001100110100111111001111111011000111000110 | b0cd3f3fb1c6 |
UTF-8 | 依쎿븭影 | 111001001011111010011101111011001000111010111111111010111011100010101101111001011011110110110001 | e4be9dec8ebfebb8ade5bdb1 |
UHC | 依쎿븭影 | 1110101111101110100110111110011010010101100101101110011110101111 | ebee9be69596e7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)