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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 呱ζ | 10011001111010111000001111000100 | 99eb83c4 |
EUC-JP | 呱ζ | 11010010111011011010011011000110 | d2eda6c6 |
UTF-8 | 呱ζ | 1110010110010001101100011100111010110110 | e591b1ceb6 |
UHC | 呱ζ | 11001101101100101010010111100110 | cdb2a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)