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 | MzMzB | 111101111010110001001101011110101111011110101100010011010111101001000010 | f7ac4d7af7ac4d7a42 |
EUC-JP | ?Mz?MzB | 00111111010011010111101000111111010011010111101001000010 | 3f4d7a3f4d7a42 |
UTF-8 | MzMzB | 1110111010010110100011110100110101111010111011101001011010001111010011010111101001000010 | ee968f4d7aee968f4d7a42 |
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)