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 | 1110011011110011111001011111010101000110 | e6f3e5f546 |
EUC-JP | 跿襄F | 1110110011110101111010101111011101000110 | ecf5eaf746 |
UTF-8 | 跿襄F | 11101000101101111011111111101000101001011000010001000110 | e8b7bfe8a58446 |
UHC | ?襄F | 00111111111001011101000101000110 | 3fe5d146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)