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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 凉듭눨栒곮퍨 | 111011111010010110111001111010111001001110101101111010111000100010101000111001101010000010010010111010101011001110101110111011011000110110101000 | efa5b9eb93adeb88a8e6a092eab3aeed8da8 |
UHC | 凉듭눨栒곮퍨 | 111001011011110010110101111011001000011110111111111000101110001110000001111010001011101110011111 | e5bcb5ec87bfe2e381e8bb9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)