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 | 易ф??? | 10001000110101011000010010000110001111110011111100111111 | 88d584863f3f3f |
EUC-JP | 易ф?縕? | 101100001101011110100111111001100011111110001111110101001100001000111111 | b0d7a7e63f8fd4c23f |
UTF-8 | 易ф솦縕띺 | 1110011010011000100100111101000110000100111011001000011010100110111001111011100010010101111010111001110110111010 | e69893d184ec86a6e7b895eb9dba |
UHC | 易ф솦縕띺 | 11100110101101101010110011100110100110011001111111101000101100101000110111101001 | e6b6ace6999fe8b28de9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)