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存? | 10010001101101100011111101101000100100011011011000111111 | 91b63f6891b63f |
EUC-JP | 存?h存? | 11000010101110000011111101101000110000101011100000111111 | c2b83f68c2b83f |
UTF-8 | 存푿h存푿 | 11100101101011011001100011101101100100011011111101101000111001011010110110011000111011011001000110111111 | e5ad98ed91bf68e5ad98ed91bf |
UHC | 存푿h存푿 | 111100001110110111000111101011010110100011110000111011011100011110101101 | f0edc7ad68f0edc7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)