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 | ±×Y | 101100011101011101011001 | b1d759 |
SJIS-WIN | ±×Y | 1000000101111101100000010111111001011001 | 817d817e59 |
EUC-JP | ±×Y | 1010000111011110101000011101111101011001 | a1dea1df59 |
UTF-8 | ±×Y | 1100001010110001110000111001011101011001 | c2b1c39759 |
UHC | ±×Y | 1010000110111110101000011011111101011001 | a1bea1bf59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)