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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 汚у | 10001001100110001000010010000101 | 89988485 |
EUC-JP | 汚у | 10110001111110001010011111100101 | b1f8a7e5 |
UTF-8 | 汚у | 1110011010110001100110101101000110000011 | e6b19ad183 |
UHC | 汚у | 11100111111111011010110011100101 | e7fdace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)