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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 席?] | 10010000110010000011111101011101 | 90c83f5d |
EUC-JP | 席?] | 11000000110010100011111101011101 | c0ca3f5d |
UTF-8 | 席뽡] | 11100101101110001010110111101011101111011010000101011101 | e5b8adebbda15d |
UHC | 席뽡] | 1110000010101100100101101101110101011101 | e0ac96dd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)