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 | 11101000100001101000101011101000100101001011110101000110 | e8868ae894bd46 |
EUC-JP | 閹願反F | 11101111111001101011010011101010110010001011111101000110 | efe6b4eac8bf46 |
UTF-8 | 閹願反F | 11101001100101101011100111101001101000011001100011100101100011111000110101000110 | e996b9e9a198e58f8d46 |
UHC | ?願反F | 001111111110101011000011110110101110001101000110 | 3feac3dae346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)