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 | 魘滄。冗宸 | 111010011011010010011111111010011010000110001111111001111001101110000010 | e9b49fe9a18fe79b82 |
EUC-JP | 魘滄。冗宸 | 11110010101101101101111011101011100011101010000110111110111010011101010111100010 | f2b6deeb8ea1bee9d5e2 |
UTF-8 | 魘滄。冗宸 | 111010011010110110011000111001101011101110000100111011111011110110100001111001011000011010010111111001011010111010111000 | e9ad98e6bb84efbda1e58697e5aeb8 |
UHC | ?滄?冗宸 | 0011111111110011111001110011111111101001101101111110001111100100 | 3ff3e73fe9b7e3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)