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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 釣題 | 10010010110111101001000111101000 | 92de91e8 |
EUC-JP | 釣題 | 11000100111000001100001011101010 | c4e0c2ea |
UTF-8 | 釣題 | 111010011000011110100011111010011010000110001100 | e987a3e9a18c |
UHC | 釣題 | 11110000111001011111000010111001 | f0e5f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)