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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 髯よウ・^ | 11101001100110011000001011100110101100111010010101011110 | e99982e6b3a55e |
EUC-JP | 髯よウ・^ | 111100011111100110100100111010001000111010110011100011101010010101011110 | f1f9a4e88eb38ea55e |
UTF-8 | 髯よウ・^ | 11101001101010111010111111100011100000101000100011101111101111011011001111101111101111011010010101011110 | e9abafe38288efbdb3efbda55e |
UHC | ?よ??^ | 001111111010101011101000001111110011111101011110 | 3faae83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)