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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遖ェ逹。辭В | 11100111101001101010101011100111100111011010000111100111100001101000010001000010 | e7a6aae79da1e7868442 |
EUC-JP | 遖ェ逹。辭В | 111011101010100010001110101010101110110111111101100011101010000111101101111001101010011110100011 | eea88eaaedfd8ea1ede6a7a3 |
UTF-8 | 遖ェ逹。辭В | 1110100110000001100101101110111110111101101010101110100110000000101110011110111110111101101000011110100010111110101011011101000010010010 | e98196efbdaae980b9efbda1e8beadd092 |
UHC | ????辭В | 0011111100111111001111110011111111011110111101101010110010100011 | 3f3f3f3fdef6aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)