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 | ? | 00111111 | 3f |
SJIS-WIN | 嬖 | 1001101101101001 | 9b69 |
EUC-JP | 嬖 | 1101010111001010 | d5ca |
UTF-8 | 嬖 | 111001011010110010010110 | e5ac96 |
UHC | 嬖 | 1111100011000110 | f8c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)