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 | ±×}±×{^ | 10110001110101110111110110110001110101110111101101011110 | b1d77db1d77b5e |
SJIS-WIN | ±×}±×{^ | 1000000101111101100000010111111001111101100000010111110110000001011111100111101101011110 | 817d817e7d817d817e7b5e |
EUC-JP | ±×}±×{^ | 1010000111011110101000011101111101111101101000011101111010100001110111110111101101011110 | a1dea1df7da1dea1df7b5e |
UTF-8 | ±×}±×{^ | 1100001010110001110000111001011101111101110000101011000111000011100101110111101101011110 | c2b1c3977dc2b1c3977b5e |
UHC | ±×}±×{^ | 1010000110111110101000011011111101111101101000011011111010100001101111110111101101011110 | a1bea1bf7da1bea1bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)