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 | àÛàÓè±^ | 11100000110110111110000011010011111010001011000101011110 | e0dbe0d3e8b15e |
SJIS-WIN | ?????±^ | 0011111100111111001111110011111100111111100000010111110101011110 | 3f3f3f3f3f817d5e |
EUC-JP | àÛàÓè±^ | 100011111010101110100010100011111010101011100101100011111010101110100010100011111010101011010001100011111010101110110010101000011101111001011110 | 8faba28faae58faba28faad18fabb2a1de5e |
UTF-8 | àÛàÓè±^ | 11000011101000001100001110011011110000111010000011000011100100111100001110101000110000101011000101011110 | c3a0c39bc3a0c393c3a8c2b15e |
UHC | ?????±^ | 0011111100111111001111110011111100111111101000011011111001011110 | 3f3f3f3f3fa1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)