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 | 證???∈ | 11100110100110100011111100111111001111111000000110111000 | e69a3f3f3f81b8 |
EUC-JP | 證???∈ | 11101011111110100011111100111111001111111010001010111010 | ebfa3f3f3fa2ba |
UTF-8 | 證띌렋쭤∈ | 111010001010110110001001111010111001110110001100111010111010000010001011111011001010110110100100111000101000100010001000 | e8ad89eb9d8ceba08becada4e28888 |
UHC | 證띌렋쭤∈ | 11110001111110111011011011101001100011101010001011000010111001011010000111110100 | f1fbb6e98ea2c2e5a1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)