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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煇秘拒 | 111110110101011110010100111010011000101110010001 | fb5794e98b91 |
EUC-JP | 煇秘拒 | 10001111110010011111010111001000111010111011010111110001 | 8fc9f5c8ebb5f1 |
UTF-8 | 煇秘拒 | 111001111000010110000111111001111010011110011000111001101000101110010010 | e78587e7a798e68b92 |
UHC | 煇秘拒 | 111111011100100011011101111110101100101111011110 | fdc8ddfacbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)