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 | êàûÑ¢à | 111010101110000011111011110100011010001011100000 | eae0fbd1a2e0 |
SJIS-WIN | ????¢? | 00111111001111110011111100111111100000011001000100111111 | 3f3f3f3f81913f |
EUC-JP | êàûÑ¢à | 1000111110101011101101001000111110101011101000101000111110101011111001011000111110101010110100001010000111110001100011111010101110100010 | 8fabb48faba28fabe58faad0a1f18faba2 |
UTF-8 | êàûÑ¢à | 110000111010101011000011101000001100001110111011110000111001000111000010101000101100001110100000 | c3aac3a0c3bbc391c2a2c3a0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)