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 | ÌÀÖÈ | 1000111111001100110000001101011011001000 | 8fccc0d6c8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÌÀÖÈ | 00111111100011111010101011000000100011111010101010100010100011111010101011010011100011111010101010110010 | 3f8faac08faaa28faad38faab2 |
UTF-8 | ÌÀÖÈ | 11000010100011111100001110001100110000111000000011000011100101101100001110001000 | c28fc38cc380c396c388 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)