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 | 蝪九d岦懷 | 11100101101000011000101111100011100000101000010011111010101011001001110011100101 | e5a18be38284faac9ce5 |
EUC-JP | 蝪九d岦懷 | 1110101010100011101101101110010110100011111001001000111110111011101100111101100011100111 | eaa3b6e5a3e48fbbb3d8e7 |
UTF-8 | 蝪九d岦懷 | 111010001001110110101010111001001011100110011101111011111011110110000100111001011011001010100110111001101000011110110111 | e89daae4b99defbd84e5b2a6e687b7 |
UHC | ?九d?懷 | 0011111111001110111110101010001111100100001111111111110011100011 | 3fcefaa3e43ffce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)