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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | [[^ | 111100101110001111110000111011101111011010110000010110111111001011100011111100001110111011110110101100000101101101011110 | f2e3f0eef6b05bf2e3f0eef6b05b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | [[^ | 111011101000100010011010111011101000001010101101111011101001001110010111010110111110111010001000100110101110111010000010101011011110111010010011100101110101101101011110 | ee889aee82adee93975bee889aee82adee93975b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)