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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螳、邵」跼ス | 111001011010111010100100111001111011100010100011111001101111000010111101 | e5aea4e7b8a3e6f0bd |
EUC-JP | 螳、邵」跼ス | 111010101011000010001110101001001110111010111010100011101010001111101100111100101000111010111101 | eab08ea4eeba8ea3ecf28ebd |
UTF-8 | 螳、邵」跼ス | 111010001001111010110011111011111011110110100100111010011000001010110101111011111011110110100011111010001011011110111100111011111011110110111101 | e89eb3efbda4e982b5efbda3e8b7bcefbdbd |
UHC | 螳?邵??? | 1101001111011001001111111110000111010000001111110011111100111111 | d3d93fe1d03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)