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 | ±Õ^ | 10001111101100011101010101011110 | 8fb1d55e |
SJIS-WIN | ?±?^ | 0011111110000001011111010011111101011110 | 3f817d3f5e |
EUC-JP | ?±Õ^ | 00111111101000011101111010001111101010101101100001011110 | 3fa1de8faad85e |
UTF-8 | ±Õ^ | 11000010100011111100001010110001110000111001010101011110 | c28fc2b1c3955e |
UHC | ?±?^ | 0011111110100001101111100011111101011110 | 3fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)