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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佇笋靨源 | 1001100011001000111000101010001011101000110100101000110010111001 | 98c8e2a2e8d28cb9 |
EUC-JP | 佇笋靨源 | 1101000011001010111001001010010011110000110101001011100010111011 | d0cae4a4f0d4b8bb |
UTF-8 | 佇笋靨源 | 111001001011110110000111111001111010110010001011111010011001110110101000111001101011101010010000 | e4bd87e7ac8be99da8e6ba90 |
UHC | 佇??源 | 111011101011011100111111001111111110101010111001 | eeb73f3feab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)