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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狠羣狠羆B | 111000001100000111100011101110001110000011000001111000111010111101000010 | e0c1e3b8e0c1e3af42 |
EUC-JP | 狠羣狠羆B | 111000001100001111100110101110101110000011000011111001101011000101000010 | e0c3e6bae0c3e6b142 |
UTF-8 | 狠羣狠羆B | 11100111100010111010000011100111101111101010001111100111100010111010000011100111101111101000011001000010 | e78ba0e7bea3e78ba0e7be8642 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)