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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 竪束則B | 10010010010001111001000110101001100100011010010101000010 | 924791a991a542 |
EUC-JP | 竪束則B | 11000011101010001100001010101011110000101010011101000010 | c3a8c2abc2a742 |
UTF-8 | 竪束則B | 11100111101010111010101011100110100111011001111111100101100010011000011101000010 | e7abaae69d9fe5898742 |
UHC | 竪束則B | 11100010101101011110000111010110111101101100111001000010 | e2b5e1d6f6ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)