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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 銖碓h銖碓 | 111001111111000110001001010011110110100011100111111100011000100101001111 | e7f1894f68e7f1894f |
EUC-JP | 銖碓h銖碓 | 111011101111001110110001101100000110100011101110111100111011000110110000 | eef3b1b068eef3b1b0 |
UTF-8 | 銖碓h銖碓 | 11101001100010101001011011100111101000101001001101101000111010011000101010010110111001111010001010010011 | e98a96e7a29368e98a96e7a293 |
UHC | 銖?h銖? | 11100010110001110011111101101000111000101100011100111111 | e2c73f68e2c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)