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 | 111000101110000010011100110000101011000101011010011011110100001001000110 | e2e09cc2b15a6f4246 |
SJIS-WIN | ????±ZoBF | 00111111001111110011111100111111100000010111110101011010011011110100001001000110 | 3f3f3f3f817d5a6f4246 |
EUC-JP | âà?±ZoBF | 10001111101010111010010010001111101010111010001000111111100011111010101010100100101000011101111001011010011011110100001001000110 | 8faba48faba23f8faaa4a1de5a6f4246 |
UTF-8 | âà±ZoBF | 1100001110100010110000111010000011000010100111001100001110000010110000101011000101011010011011110100001001000110 | c3a2c3a0c29cc382c2b15a6f4246 |
UHC | ????±ZoBF | 00111111001111110011111100111111101000011011111001011010011011110100001001000110 | 3f3f3f3fa1be5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)