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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謗耶ッカ | 111001101000111010010110111010111010111110110110 | e68e96ebafb6 |
EUC-JP | 謗耶ッカ | 1110101111101110110011001110110110001110101011111000111010110110 | ebeecced8eaf8eb6 |
UTF-8 | 謗耶ッカ | 111010001010110010010111111010001000000010110110111011111011110110101111111011111011110110110110 | e8ac97e880b6efbdafefbdb6 |
UHC | 謗耶?? | 110110111011111111100101101011010011111100111111 | dbbfe5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)