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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 賊炭促 | 100100011010111110010010010110011001000110100011 | 91af925991a3 |
EUC-JP | 賊炭促 | 110000101011000111000011101110101100001010100101 | c2b1c3bac2a5 |
UTF-8 | 賊炭促 | 111010001011001110001010111001111000001010101101111001001011111110000011 | e8b38ae782ade4bf83 |
UHC | 賊炭促 | 111011101110010011110111101010011111010110110101 | eee4f7a9f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)