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 | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-WIN | ??輿c | 0011111100111111100101110110000001100011 | 3f3f976063 |
EUC-JP | ??輿c | 0011111100111111110011011100000101100011 | 3f3fcdc163 |
UTF-8 | 뤒츳輿c | 11101011101001001001001011101100101110001011001111101000101111001011111101100011 | eba492ecb8b3e8bcbf63 |
UHC | 뤒츳輿c | 10001111110000101100001111111101111001101010101101100011 | 8fc2c3fde6ab63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)