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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 韃・閾ェ~ | 11101000111001011010010111101000100001111010101001111110 | e8e5a5e887aa7e |
EUC-JP | 韃・閾ェ~ | 111100001110011110001110101001011110111111100111100011101010101001111110 | f0e78ea5efe78eaa7e |
UTF-8 | 韃・閾ェ~ | 11101001100111111000001111101111101111011010010111101001100101101011111011101111101111011010101001111110 | e99f83efbda5e996beefbdaa7e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)