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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤗횓딴렏셈 | 111010111010010010010111111011011001101010010011111010111001010010110100111010111010000010001111111011001000010110001000 | eba497ed9a93eb94b4eba08fec8588 |
UHC | 뤗횓딴렏셈 | 10001111110001111100001110001110101101011111110110001110101001011011110011000000 | 8fc7c38eb5fd8ea5bcc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)