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 | »¸¼±ý | 100011111011101110111000101111001011000111111101 | 8fbbb8bcb1fd |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | ??¸?±ý | 0011111100111111100011111010001010110001001111111010000111011110100011111010101111110010 | 3f3f8fa2b13fa1de8fabf2 |
UTF-8 | »¸¼±ý | 110000101000111111000010101110111100001010111000110000101011110011000010101100011100001110111101 | c28fc2bbc2b8c2bcc2b1c3bd |
UHC | ??¸¼±? | 001111110011111110100010101011001010100011111001101000011011111000111111 | 3f3fa2aca8f9a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)