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 | èäâ±c | 111010001110010011100010101100011000000101100011 | e8e4e2b18163 |
SJIS-WIN | ???±?c | 00111111001111110011111110000001011111010011111101100011 | 3f3f3f817d3f63 |
EUC-JP | èäâ±?c | 10001111101010111011001010001111101010111010001110001111101010111010010010100001110111100011111101100011 | 8fabb28faba38faba4a1de3f63 |
UTF-8 | èäâ±c | 1100001110101000110000111010010011000011101000101100001010110001110000101000000101100011 | c3a8c3a4c3a2c2b1c28163 |
UHC | ???±?c | 00111111001111110011111110100001101111100011111101100011 | 3f3f3fa1be3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)