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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 范范^ | 1110010010010111111001001001011101011110 | e497e4975e |
EUC-JP | 范范^ | 1110011111110111111001111111011101011110 | e7f7e7f75e |
UTF-8 | 范范^ | 11101000100011001000001111101000100011001000001101011110 | e88c83e88c835e |
UHC | 范范^ | 1101101111110101110110111111010101011110 | dbf5dbf55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)