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 | ?T~ | 001111110101010001111110 | 3f547e |
SJIS-WIN | 叩T~ | 10010010010000000101010001111110 | 9240547e |
EUC-JP | 叩T~ | 11000011101000010101010001111110 | c3a1547e |
UTF-8 | 叩T~ | 1110010110001111101010010101010001111110 | e58fa9547e |
UHC | 叩T~ | 11001101101100000101010001111110 | cdb0547e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)