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 | 驕碑「縫^ | 1110100110000001100101001110100010100010100101100100010001011110 | e98194e8a296445e |
EUC-JP | 驕碑「縫^ | 111100011110000111001000111010101000111010100010110010111010010101011110 | f1e1c8ea8ea2cba55e |
UTF-8 | 驕碑「縫^ | 11101001101010011001010111100111101000101001000111101111101111011010001011100111101110001010101101011110 | e9a995e7a291efbda2e7b8ab5e |
UHC | 驕碑?縫^ | 1100111011110110110111011111100000111111110111001110111001011110 | cef6ddf83fdcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)