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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
EUC-JP | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
UTF-8 | 醴블뜪F | 11101111101001101011011111101011101110001001010011101011100111001010101001000110 | efa6b7ebb894eb9caa46 |
UHC | 醴블뜪F | 11100111111001001011101011101101100011011010101101000110 | e7e4baed8dab46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)