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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 釣?h | 10010010110111100011111101101000 | 92de3f68 |
EUC-JP | 釣?h | 11000100111000000011111101101000 | c4e03f68 |
UTF-8 | 釣렗h | 11101001100001111010001111101011101000001001011101101000 | e987a3eba09768 |
UHC | 釣렗h | 1111000011100101100011101010110001101000 | f0e58eac68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)