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 | 1110001111100100111001101110100101000110 | e3e4e6e946 |
EUC-JP | 聿跌F | 1110011011100110111011001110101101000110 | e6e6eceb46 |
UTF-8 | 聿跌F | 11101000100000011011111111101000101101111000110001000110 | e881bfe8b78c46 |
UHC | 聿跌F | 1110101111010011111100101111011001000110 | ebd3f2f646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)