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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 殃??F | 1001111101101001001111110011111101000110 | 9f693f3f46 |
EUC-JP | 殃??F | 1101110111001010001111110011111101000110 | ddca3f3f46 |
UTF-8 | 殃숁림F | 11100110101011101000001111101100100010001000000111101011101001101011110001000110 | e6ae83ec8881eba6bc46 |
UHC | 殃숁림F | 11100100111010101001100111100110101110001011001001000110 | e4ea99e6b8b246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)