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 | ±×F | 101100011101011101000110 | b1d746 |
SJIS-WIN | ±×F | 1000000101111101100000010111111001000110 | 817d817e46 |
EUC-JP | ±×F | 1010000111011110101000011101111101000110 | a1dea1df46 |
UTF-8 | ±×F | 1100001010110001110000111001011101000110 | c2b1c39746 |
UHC | ±×F | 1010000110111110101000011011111101000110 | a1bea1bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)