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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 銹犂F | 1110011111110110111000001011001001000110 | e7f6e0b246 |
EUC-JP | 銹犂F | 1110111011111000111000001011010001000110 | eef8e0b446 |
UTF-8 | 銹犂F | 11101001100010101011100111100111100010101000001001000110 | e98ab9e78a8246 |
UHC | 銹?F | 11100010110010000011111101000110 | e2c83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)