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 | 澱???? | 100100110110001000111111001111110011111100111111 | 93623f3f3f3f |
EUC-JP | 澱???? | 110001011100001100111111001111110011111100111111 | c5c33f3f3f3f |
UTF-8 | 澱렮履렍롇 | 111001101011111010110001111010111010000010101110111011111010011110011111111010111010000010001101111010111010000110000111 | e6beb1eba0aeefa79feba08deba187 |
UHC | 澱렮履렍롇 | 11101110111111101000111010111011111011001010101010001110101000111000111011001101 | eefe8ebbecaa8ea38ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)