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 | 髣「蜷矩濫 | 111010011001011110100010111001011001000010001011111010011001011110010100 | e997a2e5908be99794 |
EUC-JP | 髣「蜷矩濫 | 11110001111101111000111010100010111010011111000010110110111010111100110111110100 | f1f78ea2e9f0b6ebcdf4 |
UTF-8 | 髣「蜷矩濫 | 111010011010101110100011111011111011110110100010111010001001110010110111111001111001111110101001111001101011111110101011 | e9aba3efbda2e89cb7e79fa9e6bfab |
UHC | ???矩濫 | 00111111001111110011111111001111101110111101010110111101 | 3f3f3fcfbbd5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)