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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝪シ闡帷 | 11100101101000011011110011101000100100011001101111100111 | e5a1bce8919be7 |
EUC-JP | 蝪シ闡帷 | 1110101010100011100011101011110011101111111100011101011011101001 | eaa38ebceff1d6e9 |
UTF-8 | 蝪シ闡帷 | 111010001001110110101010111011111011110110111100111010011001011110100001111001011011100010110111 | e89daaefbdbce997a1e5b8b7 |
UHC | ??闡? | 0011111100111111111101001100010100111111 | 3f3ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)