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 | 幸☆ | 10001101010010111000000110011001 | 8d4b8199 |
EUC-JP | 幸☆ | 10111001101011001010000111111001 | b9aca1f9 |
UTF-8 | 幸☆ | 111001011011100110111000111000101001100010000110 | e5b9b8e29886 |
UHC | 幸☆ | 11111010101110011010000111011001 | fab9a1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)