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 | 1110110010110111101110010100110101111010111011001011011110111001010011010111101001000010 | ecb7b94d7aecb7b94d7a42 |
UHC | 췹Mz췹MzB | 110000111110111101001101011110101100001111101111010011010111101001000010 | c3ef4d7ac3ef4d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)