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 | û¤îæý | 1111101110100100100110101110111010010110100011111110011011111101 | fba49aee968fe6fd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | û¤?î??æý | 100011111010101111100101100011111010001011110000001111111000111110101011110000100011111100111111100011111010100111000001100011111010101111110010 | 8fabe58fa2f03f8fabc23f3f8fa9c18fabf2 |
UTF-8 | û¤îæý | 11000011101110111100001010100100110000101001101011000011101011101100001010010110110000101000111111000011101001101100001110111101 | c3bbc2a4c29ac3aec296c28fc3a6c3bd |
UHC | ?¤????æ? | 00111111101000101011010000111111001111110011111100111111101010011010000100111111 | 3fa2b43f3f3f3fa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)