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 | ߸¡ÍõÝ\ | 11011111101110001010000111001101111101011101110101011100 | dfb8a1cdf5dd5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ߸¡ÍõÝ\ | 10001111101010011100111010001111101000101011000110001111101000101100001010001111101010101011111110001111101010111101100010001111101010101111001001011100 | 8fa9ce8fa2b18fa2c28faabf8fabd88faaf25c |
UTF-8 | ߸¡ÍõÝ\ | 11000011100111111100001010111000110000101010000111000011100011011100001110110101110000111001110101011100 | c39fc2b8c2a1c38dc3b5c39d5c |
UHC | ߸¡???\ | 10101001101011001010001010101100101000101010111000111111001111110011111101011100 | a9aca2aca2ae3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)