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 | 驟檎濫阡 | 1110100110000101100011001110011110010111100101001110100010010100 | e9858ce79794e894 |
EUC-JP | 驟檎濫阡 | 1111000111100101101110001110100111001101111101001110111111110100 | f1e5b8e9cdf4eff4 |
UTF-8 | 驟檎濫阡 | 111010011010100110011111111001101010101010001110111001101011111110101011111010011001100010100001 | e9a99fe6aa8ee6bfabe998a1 |
UHC | 驟檎濫阡 | 1111011010101110110100001101010111010101101111011111010011000110 | f6aed0d5d5bdf4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)