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 | 1110110010110000101111010110110101111010111011001011000010111101011011010111101001000010 | ecb0bd6d7aecb0bd6d7a42 |
UHC | 창mz창mzB | 110000111010001001101101011110101100001110100010011011010111101001000010 | c3a26d7ac3a26d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)