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 | ?] | 0011111101011101 | 3f5d |
SJIS-WIN | 咽] | 100010001111010001011101 | 88f45d |
EUC-JP | 咽] | 101100001111011001011101 | b0f65d |
UTF-8 | 咽] | 11100101100100101011110101011101 | e592bd5d |
UHC | 咽] | 111011001101011001011101 | ecd65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)