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 | 110000101001000001111011110000101001111001000010 | c2907bc29e42 |
SJIS-WIN | ??{??B | 001111110011111101111011001111110011111101000010 | 3f3f7b3f3f42 |
EUC-JP | Â?{Â?B | 10001111101010101010010000111111011110111000111110101010101001000011111101000010 | 8faaa43f7b8faaa43f42 |
UTF-8 | Â{ÂB | 11000011100000101100001010010000011110111100001110000010110000101001111001000010 | c382c2907bc382c29e42 |
UHC | ??{??B | 001111110011111101111011001111110011111101000010 | 3f3f7b3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)