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 | ?y | 0011111101111001 | 3f79 |
SJIS-WIN | 雪y | 100100001110000101111001 | 90e179 |
EUC-JP | 雪y | 110000001110001101111001 | c0e379 |
UTF-8 | 雪y | 11101001100110111010101001111001 | e99baa79 |
UHC | 雪y | 111000001110010001111001 | e0e479 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)