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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 族棚^ | 1001000110110000100100100100100101011110 | 91b092495e |
EUC-JP | 族棚^ | 1100001010110010110000111010101001011110 | c2b2c3aa5e |
UTF-8 | 族棚^ | 11100110100101111000111111100110101000111001101001011110 | e6978fe6a39a5e |
UHC | 族棚^ | 1111000011101001110111011101110001011110 | f0e9dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)