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 | 111000101011101010001101100011001000001101010110 | e2ba8d8c8356 |
SJIS-WIN | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
EUC-JP | �??V | 10001111101010111010010010001111101000101110101100111111001111110011111101010110 | 8faba48fa2eb3f3f3f56 |
UTF-8 | âºV | 1100001110100010110000101011101011000010100011011100001010001100110000101000001101010110 | c3a2c2bac28dc28cc28356 |
UHC | ?º???V | 00111111101010001010110000111111001111110011111101010110 | 3fa8ac3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)