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 | ?±G | 001111111011000101000111 | 3fb147 |
SJIS-WIN | 譎±G | 1110011010011001100000010111110101000111 | e699817d47 |
EUC-JP | 譎±G | 1110101111111001101000011101111001000111 | ebf9a1de47 |
UTF-8 | 譎±G | 111010001010110110001110110000101011000101000111 | e8ad8ec2b147 |
UHC | 譎±G | 1111110111010010101000011011111001000111 | fdd2a1be47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)