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 | Øáâ³ | 1001111011011000100000101000111111100001100111101110001010110011 | 9ed8828fe19ee2b3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ø??á?â? | 0011111110001111101010011010110000111111001111111000111110101011101000010011111110001111101010111010010000111111 | 3f8fa9ac3f3f8faba13f8faba43f |
UTF-8 | Øáâ³ | 11000010100111101100001110011000110000101000001011000010100011111100001110100001110000101001111011000011101000101100001010110011 | c29ec398c282c28fc3a1c29ec3a2c2b3 |
UHC | ?Ø?????³ | 00111111101010001010101000111111001111110011111100111111001111111010100111111000 | 3fa8aa3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)