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 | ½Þ¿¹ | 10111101110111101011111110111001 | bddebfb9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?Þ¿? | 0011111110001111101010011011000010001111101000101100010000111111 | 3f8fa9b08fa2c43f |
UTF-8 | ½Þ¿¹ | 1100001010111101110000111001111011000010101111111100001010111001 | c2bdc39ec2bfc2b9 |
UHC | ½Þ¿¹ | 1010100011110110101010001010110110100010101011111010100111110110 | a8f6a8ada2afa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)