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 | 綺? | 111000110101100100111111 | e3593f |
EUC-JP | 綺坮 | 1110010110111010100011111011011111000111 | e5ba8fb7c7 |
UTF-8 | 綺坮 | 111001111011011010111010111001011001110110101110 | e7b6bae59dae |
UHC | 綺坮 | 11010001101110111101001111011101 | d1bbd3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)