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 | 癒??癒 | 100101101111110000111111001111111001011011111100 | 96fc3f3f96fc |
EUC-JP | 癒??癒 | 110011001111111000111111001111111100110011111110 | ccfe3f3fccfe |
UTF-8 | 癒김뿥癒 | 111001111001100110010010111010101011100110000000111010111011111110100101111001111001100110010010 | e79992eab980ebbfa5e79992 |
UHC | 癒김뿥癒 | 1110101110101000101100011110100010010111101001011110101110101000 | eba8b1e897a5eba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)