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 | 擘e | 10011101101001001000001010000101 | 9da48285 |
EUC-JP | 擘e | 11011010101001101010001111100101 | daa6a3e5 |
UTF-8 | 擘e | 111001101001001110011000111011111011110110000101 | e69398efbd85 |
UHC | 擘e | 11011011111110111010001111100101 | dbfba3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)