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 | 涇エ闥泌エ | 1111101011111011101101001110100010010010100101001110010110110100 | fafbb4e89294e5b4 |
EUC-JP | 涇エ闥泌エ | 1000111111000111110001111000111010110100111011111111001011001000111001111000111010110100 | 8fc7c78eb4eff2c8e78eb4 |
UTF-8 | 涇エ闥泌エ | 111001101011011010000111111011111011110110110100111010011001011110100101111001101011001110001100111011111011110110110100 | e6b687efbdb4e997a5e6b38cefbdb4 |
UHC | 涇??泌? | 11001100110111000011111100111111111110011011001000111111 | ccdc3f3ff9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)