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 | 1110011111110110100100110100001001000110 | e7f6934246 |
EUC-JP | 銹釘F | 1110111011111000110001011010001101000110 | eef8c5a346 |
UTF-8 | 銹釘F | 11101001100010101011100111101001100001111001100001000110 | e98ab9e9879846 |
UHC | 銹釘F | 1110001011001000111011111111100101000110 | e2c8eff946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)