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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | ??援D^ | 001111110011111110001001100001110100010001011110 | 3f3f8987445e |
EUC-JP | ??援D^ | 001111110011111110110001111001110100010001011110 | 3f3fb1e7445e |
UTF-8 | 룵에援D^ | 1110101110100011101101011110110010010111100100001110011010001111101101000100010001011110 | eba3b5ec9790e68fb4445e |
UHC | 룵에援D^ | 1000111110101010101111111010000111101010101101010100010001011110 | 8faabfa1eab5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)