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 | 釣끽 | 111010011000011110100011111010111000000110111101 | e987a3eb81bd |
UHC | 釣끽 | 11110000111001011011001110100011 | f0e5b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)