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 | ±×±×^ | 1011000111010111101100011101011101011110 | b1d7b1d75e |
SJIS-WIN | ±×±×^ | 100000010111110110000001011111101000000101111101100000010111111001011110 | 817d817e817d817e5e |
EUC-JP | ±×±×^ | 101000011101111010100001110111111010000111011110101000011101111101011110 | a1dea1dfa1dea1df5e |
UTF-8 | ±×±×^ | 110000101011000111000011100101111100001010110001110000111001011101011110 | c2b1c397c2b1c3975e |
UHC | ±×±×^ | 101000011011111010100001101111111010000110111110101000011011111101011110 | a1bea1bfa1bea1bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)