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 | 11100010100001011011100101000010 | e285b942 |
EUC-JP | 竇ケB | 1110001111100101100011101011100101000010 | e3e58eb942 |
UTF-8 | 竇ケB | 11100111101010111000011111101111101111011011100101000010 | e7ab87efbdb942 |
UHC | 竇?B | 11010100111001000011111101000010 | d4e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)