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 | 110000101000100101011110110000111011101001000110 | c2895ec3ba46 |
SJIS-WIN | ??^??F | 001111110011111101011110001111110011111101000110 | 3f3f5e3f3f46 |
EUC-JP | �^úF | 100011111010101010100100001111110101111010001111101010101010101010001111101000101110101101000110 | 8faaa43f5e8faaaa8fa2eb46 |
UTF-8 | Â^úF | 11000011100000101100001010001001010111101100001110000011110000101011101001000110 | c382c2895ec383c2ba46 |
UHC | ??^?ºF | 00111111001111110101111000111111101010001010110001000110 | 3f3f5e3fa8ac46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)