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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涇エ闥泌エァ | 111110101111101110110100111010001001001010010100111001011011010010100111 | fafbb4e89294e5b4a7 |
EUC-JP | 涇エ闥泌エァ | 10001111110001111100011110001110101101001110111111110010110010001110011110001110101101001000111010100111 | 8fc7c78eb4eff2c8e78eb48ea7 |
UTF-8 | 涇エ闥泌エァ | 111001101011011010000111111011111011110110110100111010011001011110100101111001101011001110001100111011111011110110110100111011111011110110100111 | e6b687efbdb4e997a5e6b38cefbdb4efbda7 |
UHC | 涇??泌?? | 1100110011011100001111110011111111111001101100100011111100111111 | ccdc3f3ff9b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)