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 | äସ | 11100100111000001010110010111000 | e4e0acb8 |
SJIS-WIN | ??¬? | 0011111100111111100000011100101000111111 | 3f3f81ca3f |
EUC-JP | äସ | 1000111110101011101000111000111110101011101000101010001011001100100011111010001010110001 | 8faba38faba2a2cc8fa2b1 |
UTF-8 | äସ | 1100001110100100110000111010000011000010101011001100001010111000 | c3a4c3a0c2acc2b8 |
UHC | ???¸ | 0011111100111111001111111010001010101100 | 3f3f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)