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 | 0011111101000110 | 3f46 |
SJIS-WIN | 雪F | 100100001110000101000110 | 90e146 |
EUC-JP | 雪F | 110000001110001101000110 | c0e346 |
UTF-8 | 雪F | 11101001100110111010101001000110 | e99baa46 |
UHC | 雪F | 111000001110010001000110 | e0e446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)