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 | ?mz?mzB | 00111111011011010111101000111111011011010111101001000010 | 3f6d7a3f6d7a42 |
SJIS-WIN | ?mz?mzB | 00111111011011010111101000111111011011010111101001000010 | 3f6d7a3f6d7a42 |
EUC-JP | ?mz?mzB | 00111111011011010111101000111111011011010111101001000010 | 3f6d7a3f6d7a42 |
UTF-8 | ӣmzӣmzB | 110100111010001101101101011110101101001110100011011011010111101001000010 | d3a36d7ad3a36d7a42 |
UHC | ?mz?mzB | 00111111011011010111101000111111011011010111101001000010 | 3f6d7a3f6d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)