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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 族属贈棚 | 1001000110110000100100011010111010010001101000011001001001001001 | 91b091ae91a19249 |
EUC-JP | 族属贈棚 | 1100001010110010110000101011000011000010101000111100001110101010 | c2b2c2b0c2a3c3aa |
UTF-8 | 族属贈棚 | 111001101001011110001111111001011011000110011110111010001011010010001000111001101010001110011010 | e6978fe5b19ee8b488e6a39a |
UHC | 族?贈棚 | 11110000111010010011111111110001111111001101110111011100 | f0e93ff1fcdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)