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 | ?cB | 001111110110001101000010 | 3f6342 |
SJIS-WIN | 漏cB | 10011000010100100110001101000010 | 98526342 |
EUC-JP | 漏cB | 11001111101100110110001101000010 | cfb36342 |
UTF-8 | 漏cB | 1110011010111100100011110110001101000010 | e6bc8f6342 |
UHC | 漏cB | 11010111101010010110001101000010 | d7a96342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)