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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | ??源v | 0011111100111111100011001011100101110110 | 3f3f8cb976 |
EUC-JP | ??源v | 0011111100111111101110001011101101110110 | 3f3fb8bb76 |
UTF-8 | 렧롆源v | 11101011101000001010011111101011101000011000011011100110101110101001000001110110 | eba0a7eba186e6ba9076 |
UHC | 렧롆源v | 10001110101101101000111011001100111010101011100101110110 | 8eb68ecceab976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)