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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 郁盟? | 1000100011101000100101101011111100111111 | 88e896bf3f |
EUC-JP | 郁盟? | 1011000011101010110011001100000100111111 | b0eaccc13f |
UTF-8 | 郁盟㉩ | 111010011000001110000001111001111001101110011111111000111000100110101001 | e98381e79b9fe389a9 |
UHC | 郁盟㉩ | 111010011111010011011000111011111010100010111010 | e9f4d8efa8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)