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 | 幸① | 10001101010010111000011101000000 | 8d4b8740 |
EUC-JP | 幸? | 101110011010110000111111 | b9ac3f |
UTF-8 | 幸① | 111001011011100110111000111000101001000110100000 | e5b9b8e291a0 |
UHC | 幸① | 11111010101110011010100011100111 | fab9a8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)