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å | 10001111011001101001000011100101 | 8f6690e5 |
SJIS-WIN | ?f?? | 00111111011001100011111100111111 | 3f663f3f |
EUC-JP | ?f?å | 001111110110011000111111100011111010101110101001 | 3f663f8faba9 |
UTF-8 | få | 11000010100011110110011011000010100100001100001110100101 | c28f66c290c3a5 |
UHC | ?f?? | 00111111011001100011111100111111 | 3f663f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)