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 | 倒? | 100100110111110000111111 | 937c3f |
EUC-JP | 倒? | 110001011101110100111111 | c5dd3f |
UTF-8 | 倒㎪ | 111001011000000010010010111000111000111010101010 | e58092e38eaa |
UHC | 倒㎪ | 11010011111011101010011111100110 | d3eea7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)