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 | àÛàÓèú | 1110000011011011111000001101001111101000111110101001110010000001 | e0dbe0d3e8fa9c81 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | àÛàÓèú?? | 1000111110101011101000101000111110101010111001011000111110101011101000101000111110101010110100011000111110101011101100101000111110101011111000100011111100111111 | 8faba28faae58faba28faad18fabb28fabe23f3f |
UTF-8 | àÛàÓèú | 11000011101000001100001110011011110000111010000011000011100100111100001110101000110000111011101011000010100111001100001010000001 | c3a0c39bc3a0c393c3a8c3bac29cc281 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)