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 | ò¶±×B | 1111001010110110101100011101011101000010 | f2b6b1d742 |
SJIS-WIN | ?¶±×B | 0011111110000001111101111000000101111101100000010111111001000010 | 3f81f7817d817e42 |
EUC-JP | ò¶±×B | 10001111101010111101001010100010111110011010000111011110101000011101111101000010 | 8fabd2a2f9a1dea1df42 |
UTF-8 | ò¶±×B | 110000111011001011000010101101101100001010110001110000111001011101000010 | c3b2c2b6c2b1c39742 |
UHC | ?¶±×B | 0011111110100010110100101010000110111110101000011011111101000010 | 3fa2d2a1bea1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)