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 | 110001001111110101000010 | c4fd42 |
SJIS-WIN | ??B | 001111110011111101000010 | 3f3f42 |
EUC-JP | ÄýB | 10001111101010101010001110001111101010111111001001000010 | 8faaa38fabf242 |
UTF-8 | ÄýB | 1100001110000100110000111011110101000010 | c384c3bd42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)