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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 但贈但贈^ | 100100100100000110010001101000011001001001000001100100011010000101011110 | 924191a1924191a15e |
EUC-JP | 但贈但贈^ | 110000111010001011000010101000111100001110100010110000101010001101011110 | c3a2c2a3c3a2c2a35e |
UTF-8 | 但贈但贈^ | 11100100101111011000011011101000101101001000100011100100101111011000011011101000101101001000100001011110 | e4bd86e8b488e4bd86e8b4885e |
UHC | 但贈但贈^ | 110100111010001111110001111111001101001110100011111100011111110001011110 | d3a3f1fcd3a3f1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)