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 | 1010000110101100101000011101111001011010011011110100001001000110 | a1aca1de5a6f4246 |
SJIS-WIN | ?¬??ZoBF | 001111111000000111001010001111110011111101011010011011110100001001000110 | 3f81ca3f3f5a6f4246 |
EUC-JP | ¡¬¡ÞZoBF | 100011111010001011000010101000101100110010001111101000101100001010001111101010011011000001011010011011110100001001000110 | 8fa2c2a2cc8fa2c28fa9b05a6f4246 |
UTF-8 | ¡¬¡ÞZoBF | 110000101010000111000010101011001100001010100001110000111001111001011010011011110100001001000110 | c2a1c2acc2a1c39e5a6f4246 |
UHC | ¡?¡ÞZoBF | 1010001010101110001111111010001010101110101010001010110101011010011011110100001001000110 | a2ae3fa2aea8ad5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)