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 | 1001001001001111100100011011000101000010 | 924f91b142 |
EUC-JP | 丹続B | 1100001110110000110000101011001101000010 | c3b0c2b342 |
UTF-8 | 丹続B | 11100100101110001011100111100111101101101001101001000010 | e4b8b9e7b69a42 |
UHC | 丹?B | 11010011101000010011111101000010 | d3a13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)