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 | 率莓 | 10010111101001101110010010010110 | 97a6e496 |
EUC-JP | 率莓 | 11001110101010001110011111110110 | cea8e7f6 |
UTF-8 | 率莓 | 111001111000111010000111111010001000111010010011 | e78e87e88e93 |
UHC | 率? | 111000011110001100111111 | e1e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)