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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 狸族h狸 | 10010010010010111001000110110000011010001001001001001011 | 924b91b068924b |
EUC-JP | 狸族h狸 | 11000011101011001100001010110010011010001100001110101100 | c3acc2b268c3ac |
UTF-8 | 狸族h狸 | 11100111100010111011100011100110100101111000111101101000111001111000101110111000 | e78bb8e6978f68e78bb8 |
UHC | 狸族h狸 | 11010111111000011111000011101001011010001101011111100001 | d7e1f0e968d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)