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 | ê±±x | 11101010101100011011000101111000 | eab1b178 |
SJIS-WIN | ?±±x | 001111111000000101111101100000010111110101111000 | 3f817d817d78 |
EUC-JP | ê±±x | 1000111110101011101101001010000111011110101000011101111001111000 | 8fabb4a1dea1de78 |
UTF-8 | ê±±x | 11000011101010101100001010110001110000101011000101111000 | c3aac2b1c2b178 |
UHC | ?±±x | 001111111010000110111110101000011011111001111000 | 3fa1bea1be78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)