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 | 10011010011001001110010010010110111010011110100001000010 | 9a64e496e9e842 |
EUC-JP | 單莓鳧B | 11010011110001011110011111110110111100101110101001000010 | d3c5e7f6f2ea42 |
UTF-8 | 單莓鳧B | 11100101100101101010111011101000100011101001001111101001101100111010011101000010 | e596aee88e93e9b3a742 |
UHC | 單?鳧B | 110100111010010000111111110111011100000001000010 | d3a43fddc042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)