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 | 林? | 100101111101000100111111 | 97d13f |
EUC-JP | 林? | 110011101101001100111111 | ced33f |
UTF-8 | 林곌 | 111001101001111010010111111010101011001110001100 | e69e97eab38c |
UHC | 林곌 | 11010111111110011011000011101010 | d7f9b0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)