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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 幽絞? | 1001011101001000100011010110100100111111 | 97488d693f |
EUC-JP | 幽絞? | 1100110110101001101110011100101000111111 | cda9b9ca3f |
UTF-8 | 幽絞렎 | 111001011011100110111101111001111011010110011110111010111010000010001110 | e5b9bde7b59eeba08e |
UHC | 幽絞렎 | 111010101110101111001110111011011000111010100100 | eaebceed8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)