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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 乗叝踰^ | 10001111111001101111101010001111111001101111101001011110 | 8fe6fa8fe6fa5e |
EUC-JP | 乗叝踰^ | 1011111011101000100011111011010011011110111011001111110001011110 | bee88fb4deecfc5e |
UTF-8 | 乗叝踰^ | 11100100101110011001011111100101100011111001110111101000101110001011000001011110 | e4b997e58f9de8b8b05e |
UHC | ??踰^ | 0011111100111111111010111011001001011110 | 3f3febb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)