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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鵡發B | 1001011010110111111000011010001001000010 | 96b7e1a242 |
EUC-JP | 鵡發B | 1100110010111001111000101010010001000010 | ccb9e2a442 |
UTF-8 | 鵡發B | 11101001101101011010000111100111100110011011110001000010 | e9b5a1e799bc42 |
UHC | 鵡發B | 1101100111110111110110111010000101000010 | d9f7dba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)