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 | è\äV | 111010000101110010001101111001001000111001010110 | e85c8de48e56 |
SJIS-WIN | ?\???V | 001111110101110000111111001111110011111101010110 | 3f5c3f3f3f56 |
EUC-JP | è\?ä?V | 10001111101010111011001001011100001111111000111110101011101000110011111101010110 | 8fabb25c3f8faba33f56 |
UTF-8 | è\äV | 11000011101010000101110011000010100011011100001110100100110000101000111001010110 | c3a85cc28dc3a4c28e56 |
UHC | ?\???V | 001111110101110000111111001111110011111101010110 | 3f5c3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)