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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 族?窪?幼 | 1001000110110000001111111000110001000101001111111001011101100011 | 91b03f8c453f9763 |
EUC-JP | 族?窪?幼 | 1100001010110010001111111011011110100110001111111100110111000100 | c2b23fb7a63fcdc4 |
UTF-8 | 族렎窪렧幼 | 111001101001011110001111111010111010000010001110111001111010101010101010111010111010000010100111111001011011100110111100 | e6978feba08ee7aaaaeba0a7e5b9bc |
UHC | 族렎窪렧幼 | 11110000111010011000111010100100111010001100000110001110101101101110101011101010 | f0e98ea4e8c18eb6eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)