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 | 鳶??源 | 100100111100111000111111001111111000110010111001 | 93ce3f3f8cb9 |
EUC-JP | 鳶?IJ源 | 1100011011010000001111111000111110101001101001101011100010111011 | c6d03f8fa9a6b8bb |
UTF-8 | 鳶롫IJ源 | 1110100110110011101101101110101110100001101010111100010010110010111001101011101010010000 | e9b3b6eba1abc4b2e6ba90 |
UHC | 鳶롫IJ源 | 1110011011101001100011101110101110101000101001101110101010111001 | e6e98eeba8a6eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)