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 | 11001010110111111111101001000110 | cadffa46 |
SJIS-WIN | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
EUC-JP | ÊßúF | 10001111101010101011010010001111101010011100111010001111101010111110001001000110 | 8faab48fa9ce8fabe246 |
UTF-8 | ÊßúF | 11000011100010101100001110011111110000111011101001000110 | c38ac39fc3ba46 |
UHC | ?ß?F | 0011111110101001101011000011111101000110 | 3fa9ac3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)