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 | çóï¾è | 11100111111100111000100111101111101111101001001011101000 | e7f389efbe92e8 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | çó?ï??è | 100011111010101110101110100011111010101111010001001111111000111110101011110000010011111100111111100011111010101110110010 | 8fabae8fabd13f8fabc13f3f8fabb2 |
UTF-8 | çóï¾è | 1100001110100111110000111011001111000010100010011100001110101111110000101011111011000010100100101100001110101000 | c3a7c3b3c289c3afc2bec292c3a8 |
UHC | ????¾?? | 0011111100111111001111110011111110101000111110100011111100111111 | 3f3f3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)