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 | âèÙ²] | 1110001011101000110110011011001001011101 | e2e8d9b25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | âèÙ?] | 1000111110101011101001001000111110101011101100101000111110101010111000110011111101011101 | 8faba48fabb28faae33f5d |
UTF-8 | âèÙ²] | 110000111010001011000011101010001100001110011001110000101011001001011101 | c3a2c3a8c399c2b25d |
UHC | ???²] | 001111110011111100111111101010011111011101011101 | 3f3f3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)