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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?畿] | 00111111100010110100010101011101 | 3f8b455d |
EUC-JP | 瀣畿] | 100011111100100110110001101101011010011001011101 | 8fc9b1b5a65d |
UTF-8 | 瀣畿] | 11100111100000001010001111100111100101011011111101011101 | e780a3e795bf5d |
UHC | 瀣畿] | 1111101010101110110100011011001001011101 | faaed1b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)