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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 蟠ァ逍撮F | 1110010110110100101001111110011110010110100011100100001001000110 | e5b4a7e7968e4246 |
EUC-JP | 蟠ァ逍撮F | 111010101011011010001110101001111110110111110110101110111010001101000110 | eab68ea7edf6bba346 |
UTF-8 | 蟠ァ逍撮F | 11101000100111111010000011101111101111011010011111101001100000001000110111100110100100101010111001000110 | e89fa0efbda7e9808de692ae46 |
UHC | 蟠?逍撮F | 1101101011110110001111111110000111001110111101011100100101000110 | daf63fe1cef5c946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)