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 | ?@? | 001111110100000000111111 | 3f403f |
SJIS-WIN | 奢@妣 | 1001101011111000010000001001101101000101 | 9af8409b45 |
EUC-JP | 奢@妣 | 1101010011111010010000001101010110100110 | d4fa40d5a6 |
UTF-8 | 奢@妣 | 11100101101001011010001001000000111001011010011010100011 | e5a5a240e5a6a3 |
UHC | 奢@? | 11011110110011100100000000111111 | dece403f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)