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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 湜帶剽] | 11111011010001111001101111100110100110011001011101011101 | fb479be699975d |
EUC-JP | 湜帶剽] | 1000111111000111111111001101011011101000110100011111011101011101 | 8fc7fcd6e8d1f75d |
UTF-8 | 湜帶剽] | 11100110101110011001110011100101101110001011011011100101100010011011110101011101 | e6b99ce5b8b6e589bd5d |
UHC | 湜帶剽] | 11100011110101111101001111100001111110001111001001011101 | e3d7d3e1f8f25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)