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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螳、邵」邵 | 1110010110101110101001001110011110111000101000111110011110111000 | e5aea4e7b8a3e7b8 |
EUC-JP | 螳、邵」邵 | 11101010101100001000111010100100111011101011101010001110101000111110111010111010 | eab08ea4eeba8ea3eeba |
UTF-8 | 螳、邵」邵 | 111010001001111010110011111011111011110110100100111010011000001010110101111011111011110110100011111010011000001010110101 | e89eb3efbda4e982b5efbda3e982b5 |
UHC | 螳?邵?邵 | 1101001111011001001111111110000111010000001111111110000111010000 | d3d93fe1d03fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)