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 | ë÷¸é± | 111010111111011110111000111010011000011010110001 | ebf7b8e986b1 |
SJIS-WIN | ?÷???± | 0011111110000001100000000011111100111111001111111000000101111101 | 3f81803f3f3f817d |
EUC-JP | ë÷¸é?± | 1000111110101011101100111010000111100000100011111010001010110001100011111010101110110001001111111010000111011110 | 8fabb3a1e08fa2b18fabb13fa1de |
UTF-8 | ë÷¸é± | 110000111010101111000011101101111100001010111000110000111010100111000010100001101100001010110001 | c3abc3b7c2b8c3a9c286c2b1 |
UHC | ?÷¸??± | 001111111010000111000000101000101010110000111111001111111010000110111110 | 3fa1c0a2ac3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)