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 | ?Wb\n}?Wb\n{^ | 00111111010101110110001001011100011011100111110100111111010101110110001001011100011011100111101101011110 | 3f57625c6e7d3f57625c6e7b5e |
SJIS-WIN | ?Wb\n}?Wb\n{^ | 00111111010101110110001001011100011011100111110100111111010101110110001001011100011011100111101101011110 | 3f57625c6e7d3f57625c6e7b5e |
EUC-JP | ?Wb\n}?Wb\n{^ | 00111111010101110110001001011100011011100111110100111111010101110110001001011100011011100111101101011110 | 3f57625c6e7d3f57625c6e7b5e |
UTF-8 | 찼Wb\n}찼Wb\n{^ | 1110110010110000101111000101011101100010010111000110111001111101111011001011000010111100010101110110001001011100011011100111101101011110 | ecb0bc57625c6e7decb0bc57625c6e7b5e |
UHC | 찼Wb\n}찼Wb\n{^ | 110000111010000101010111011000100101110001101110011111011100001110100001010101110110001001011100011011100111101101011110 | c3a157625c6e7dc3a157625c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)