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 | 001111110011111101001101011110100011111100111111010011010111101001000010 | 3f3f4d7a3f3f4d7a42 |
SJIS-WIN | ??Mz??MzB | 001111110011111101001101011110100011111100111111010011010111101001000010 | 3f3f4d7a3f3f4d7a42 |
EUC-JP | ??Mz??MzB | 001111110011111101001101011110100011111100111111010011010111101001000010 | 3f3f4d7a3f3f4d7a42 |
UTF-8 | 천청Mz천청MzB | 1110110010110010100111001110110010110010101011010100110101111010111011001011001010011100111011001011001010101101010011010111101001000010 | ecb29cecb2ad4d7aecb29cecb2ad4d7a42 |
UHC | 천청Mz천청MzB | 11000011101101011100001110111011010011010111101011000011101101011100001110111011010011010111101001000010 | c3b5c3bb4d7ac3b5c3bb4d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)