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 | 煇秘 | 11111011010101111001010011101001 | fb5794e9 |
EUC-JP | 煇秘 | 1000111111001001111101011100100011101011 | 8fc9f5c8eb |
UTF-8 | 煇秘 | 111001111000010110000111111001111010011110011000 | e78587e7a798 |
UHC | 煇秘 | 11111101110010001101110111111010 | fdc8ddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)