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 | ¦¨\}¦¨\{^ | 101001101010100001011100011111011010011010101000010111000111101101011110 | a6a85c7da6a85c7b5e |
SJIS-WIN | ?¨\}?¨\{^ | 0011111110000001010011100101110001111101001111111000000101001110010111000111101101011110 | 3f814e5c7d3f814e5c7b5e |
EUC-JP | ¦¨\}¦¨\{^ | 100011111010001011000011101000011010111101011100011111011000111110100010110000111010000110101111010111000111101101011110 | 8fa2c3a1af5c7d8fa2c3a1af5c7b5e |
UTF-8 | ¦¨\}¦¨\{^ | 11000010101001101100001010101000010111000111110111000010101001101100001010101000010111000111101101011110 | c2a6c2a85c7dc2a6c2a85c7b5e |
UHC | ?¨\}?¨\{^ | 0011111110100001101001110101110001111101001111111010000110100111010111000111101101011110 | 3fa1a75c7d3fa1a75c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)