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 | âºàÏB | 1110001010111010111000001100111101000010 | e2bae0cf42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | âºàÏB | 10001111101010111010010010001111101000101110101110001111101010111010001010001111101010101100000101000010 | 8faba48fa2eb8faba28faac142 |
UTF-8 | âºàÏB | 110000111010001011000010101110101100001110100000110000111000111101000010 | c3a2c2bac3a0c38f42 |
UHC | ?º??B | 001111111010100010101100001111110011111101000010 | 3fa8ac3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)