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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ‘▲B | 1000000101100101100000011010001101000010 | 816581a342 |
EUC-JP | ‘▲B | 1010000111000110101000101010010101000010 | a1c6a2a542 |
UTF-8 | ‘▲B | 11100010100000001001100011100010100101101011001001000010 | e28098e296b242 |
UHC | ‘▲B | 1010000110101110101000011110001101000010 | a1aea1e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)