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 | 釣? | 100100101101111000111111 | 92de3f |
EUC-JP | 釣? | 110001001110000000111111 | c4e03f |
UTF-8 | 釣면 | 111010011000011110100011111010111010100110110100 | e987a3eba9b4 |
UHC | 釣면 | 11110000111001011011100011101001 | f0e5b8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)