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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 祀耄\}祀耄\{^ | 11100010010010101110001111001100010111000111110111100010010010101110001111001100010111000111101101011110 | e24ae3cc5c7de24ae3cc5c7b5e |
EUC-JP | 祀耄\}祀耄\{^ | 11100011101010111110011011001110010111000111110111100011101010111110011011001110010111000111101101011110 | e3abe6ce5c7de3abe6ce5c7b5e |
UTF-8 | 祀耄\}祀耄\{^ | 1110011110100101100000001110100010000000100001000101110001111101111001111010010110000000111010001000000010000100010111000111101101011110 | e7a580e880845c7de7a580e880845c7b5e |
UHC | 祀?\}祀?\{^ | 1101111011100101001111110101110001111101110111101110010100111111010111000111101101011110 | dee53f5c7ddee53f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)