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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?王?枉^ | 00111111100010011010010000111111100111100101110101011110 | 3f89a43f9e5d5e |
EUC-JP | ?王?枉^ | 00111111101100101010011000111111110110111011111001011110 | 3fb2a63fdbbe5e |
UTF-8 | 씌王씌枉^ | 11101100100101001000110011100111100011101000101111101100100101001000110011100110100111101000100101011110 | ec948ce78e8bec948ce69e895e |
UHC | 씌王씌枉^ | 101111101011101011101000110111011011111010111010111010001101101101011110 | bebae8ddbebae8db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)