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 | 00111111010011010111101000111111010011010111101001000010 | 3f4d7a3f4d7a42 |
SJIS-WIN | ?Mz?MzB | 00111111010011010111101000111111010011010111101001000010 | 3f4d7a3f4d7a42 |
EUC-JP | ?Mz?MzB | 00111111010011010111101000111111010011010111101001000010 | 3f4d7a3f4d7a42 |
UTF-8 | 𣎷Mz𣎷MzB | 11110000101000111000111010110111010011010111101011110000101000111000111010110111010011010111101001000010 | f0a38eb74d7af0a38eb74d7a42 |
UHC | ?Mz?MzB | 00111111010011010111101000111111010011010111101001000010 | 3f4d7a3f4d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)