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 | à§ü^ | 1110000010100111100010101111110001011110 | e0a78afc5e |
SJIS-WIN | ?§??^ | 001111111000000110011000001111110011111101011110 | 3f81983f3f5e |
EUC-JP | à§?ü^ | 10001111101010111010001010100001111110000011111110001111101010111110010001011110 | 8faba2a1f83f8fabe45e |
UTF-8 | à§ü^ | 110000111010000011000010101001111100001010001010110000111011110001011110 | c3a0c2a7c28ac3bc5e |
UHC | ?§??^ | 001111111010000111010111001111110011111101011110 | 3fa1d73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)