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 | ?A?? | 00111111010000010011111100111111 | 3f413f3f |
SJIS-WIN | 端A但炭 | 10010010010110110100000110010010010000011001001001011001 | 925b4192419259 |
EUC-JP | 端A但炭 | 11000011101111000100000111000011101000101100001110111010 | c3bc41c3a2c3ba |
UTF-8 | 端A但炭 | 11100111101010111010111101000001111001001011110110000110111001111000001010101101 | e7abaf41e4bd86e782ad |
UHC | 端A但炭 | 11010011101011100100000111010011101000111111011110101001 | d3ae41d3a3f7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)