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 | çôç²Ê | 11100111111101001000111111100111100110111011001011001010 | e7f48fe79bb2ca |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | çô?ç??Ê | 100011111010101110101110100011111010101111010100001111111000111110101011101011100011111100111111100011111010101010110100 | 8fabae8fabd43f8fabae3f3f8faab4 |
UTF-8 | çôç²Ê | 1100001110100111110000111011010011000010100011111100001110100111110000101001101111000010101100101100001110001010 | c3a7c3b4c28fc3a7c29bc2b2c38a |
UHC | ?????²? | 0011111100111111001111110011111100111111101010011111011100111111 | 3f3f3f3f3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)