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 | 率鮪 | 10010111101001101001011010001110 | 97a6968e |
EUC-JP | 率鮪 | 11001110101010001100101111101110 | cea8cbee |
UTF-8 | 率鮪 | 111001111000111010000111111010011010111010101010 | e78e87e9aeaa |
UHC | 率? | 111000011110001100111111 | e1e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)