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 | 佞崋 | 10011011010000111001101110111010 | 9b439bba |
EUC-JP | 佞崋 | 11010101101001001101011010111100 | d5a4d6bc |
UTF-8 | 佞崋 | 111001001011110110011110111001011011010010001011 | e4bd9ee5b48b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)