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 | 롧M^ | 1110101110100001101001110100110101011110 | eba1a74d5e |
SJIS-WIN | ??§M^ | 001111110011111110000001100110000100110101011110 | 3f3f81984d5e |
EUC-JP | 롧M^ | 10001111101010111011001110001111101000101100001010100001111110000100110101011110 | 8fabb38fa2c2a1f84d5e |
UTF-8 | 롧M^ | 1100001110101011110000101010000111000010101001110100110101011110 | c3abc2a1c2a74d5e |
UHC | ?¡§M^ | 00111111101000101010111010100001110101110100110101011110 | 3fa2aea1d74d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)