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 | ??ZoBF | 001111110011111101011010011011110100001001000110 | 3f3f5a6f4246 |
SJIS-WIN | \◇ZoBF | 1000000101011111100000011001111001011010011011110100001001000110 | 815f819e5a6f4246 |
EUC-JP | \◇ZoBF | 1010000111000000101000011111111001011010011011110100001001000110 | a1c0a1fe5a6f4246 |
UTF-8 | \◇ZoBF | 11101111101111001011110011100010100101111000011101011010011011110100001001000110 | efbcbce297875a6f4246 |
UHC | \◇ZoBF | 1010000110101100101000011101111001011010011011110100001001000110 | a1aca1de5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)