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 | àf{d | 1110000001100110100100000111101101100100 | e066907b64 |
SJIS-WIN | ?f?{d | 0011111101100110001111110111101101100100 | 3f663f7b64 |
EUC-JP | àf?{d | 10001111101010111010001001100110001111110111101101100100 | 8faba2663f7b64 |
UTF-8 | àf{d | 11000011101000000110011011000010100100000111101101100100 | c3a066c2907b64 |
UHC | ?f?{d | 0011111101100110001111110111101101100100 | 3f663f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)