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 | 罔醇掘^ | 11100011101001101000111110000110100011000100000001011110 | e3a68f868c405e |
EUC-JP | 罔醇掘^ | 11100110101010001011110111100110101101111010000101011110 | e6a8bde6b7a15e |
UTF-8 | 罔醇掘^ | 11100111101111011001010011101001100001101000011111100110100011101001100001011110 | e7bd94e98687e68e985e |
UHC | 罔醇掘^ | 11011000110100101110001011110101110011111101111001011110 | d8d2e2f5cfde5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)