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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 薜♂亜^ | 11100101010011111000000110001001100010001001111101011110 | e54f8189889f5e |
EUC-JP | 薜♂亜^ | 11101001101100001010000111101001101100001010000101011110 | e9b0a1e9b0a15e |
UTF-8 | 薜♂亜^ | 11101000100101101001110011100010100110011000001011100100101110101001110001011110 | e8969ce29982e4ba9c5e |
UHC | ?♂?^ | 0011111110100001110011100011111101011110 | 3fa1ce3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)