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 | 焦ュ狷鉷 | 10001111110001011010110111100000110001001111101111001101 | 8fc5ade0c4fbcd |
EUC-JP | 焦ュ狷鉷 | 101111101100011110001110101011011110000011000110100011111110001111110001 | bec78eade0c68fe3f1 |
UTF-8 | 焦ュ狷鉷 | 111001111000010010100110111011111011110110101101111001111000101110110111111010011000100110110111 | e784a6efbdade78bb7e989b7 |
UHC | 焦??? | 1111010110100101001111110011111100111111 | f5a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)