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 | ?Z?d | 00111111010110100011111101100100 | 3f5a3f64 |
SJIS-WIN | ?Z?d | 00111111010110100011111101100100 | 3f5a3f64 |
EUC-JP | ?Z?d | 00111111010110100011111101100100 | 3f5a3f64 |
UTF-8 | 혦Z혨d | 1110110110011000101001100101101011101101100110001010100001100100 | ed98a65aed98a864 |
UHC | 혦Z혨d | 110000101000111001011010110000101001000001100100 | c28e5ac29064 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)