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 | à±öÔ^ | 1110000010110001111101101101010001011110 | e0b1f6d45e |
SJIS-WIN | ?±??^ | 001111111000000101111101001111110011111101011110 | 3f817d3f3f5e |
EUC-JP | à±öÔ^ | 100011111010101110100010101000011101111010001111101010111101001110001111101010101101010001011110 | 8faba2a1de8fabd38faad45e |
UTF-8 | à±öÔ^ | 110000111010000011000010101100011100001110110110110000111001010001011110 | c3a0c2b1c3b6c3945e |
UHC | ?±??^ | 001111111010000110111110001111110011111101011110 | 3fa1be3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)