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 | 1110100010100001101101110100110101111010111010001010000110110111010011010111101001000010 | e8a1b74d7ae8a1b74d7a42 |
EUC-JP | 陦キMz陦キMzB | 11110000101000111000111010110111010011010111101011110000101000111000111010110111010011010111101001000010 | f0a38eb74d7af0a38eb74d7a42 |
UTF-8 | 陦キMz陦キMzB | 1110100110011001101001101110111110111101101101110100110101111010111010011001100110100110111011111011110110110111010011010111101001000010 | e999a6efbdb74d7ae999a6efbdb74d7a42 |
UHC | ??Mz??MzB | 001111110011111101001101011110100011111100111111010011010111101001000010 | 3f3f4d7a3f3f4d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)