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 | ?紈??? | 00111111100011111101001111001101001111110011111100111111 | 3f8fd3cd3f3f3f |
UTF-8 | 뤗紈웡렭뤺 | 111010111010010010010111111001111011010010001000111011001001101110100001111010111010000010101101111010111010010010111010 | eba497e7b488ec9ba1eba0adeba4ba |
UHC | 뤗紈웡렭뤺 | 10001111110001111111110010111100101111111111110110001110101110101000111111101000 | 8fc7fcbcbffd8eba8fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)