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 | 驕碑「貌^ | 1110100110000001100101001110100010100010100101100110010101011110 | e98194e8a296655e |
EUC-JP | 驕碑「貌^ | 111100011110000111001000111010101000111010100010110010111100011001011110 | f1e1c8ea8ea2cbc65e |
UTF-8 | 驕碑「貌^ | 11101001101010011001010111100111101000101001000111101111101111011010001011101000101100101000110001011110 | e9a995e7a291efbda2e8b28c5e |
UHC | 驕碑?貌^ | 1100111011110110110111011111100000111111110110011100100101011110 | cef6ddf83fd9c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)