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 | ?A?g}?A?g{^ | 0011111101000001001111110110011101111101001111110100000100111111011001110111101101011110 | 3f413f677d3f413f677b5e |
SJIS-WIN | ?A?g}?A?g{^ | 0011111101000001001111110110011101111101001111110100000100111111011001110111101101011110 | 3f413f677d3f413f677b5e |
EUC-JP | ?A?g}?A?g{^ | 0011111101000001001111110110011101111101001111110100000100111111011001110111101101011110 | 3f413f677d3f413f677b5e |
UTF-8 | 챕A혳g}챕A혳g{^ | 11101100101100011001010101000001111011011001100010110011011001110111110111101100101100011001010101000001111011011001100010110011011001110111101101011110 | ecb19541ed98b3677decb19541ed98b3677b5e |
UHC | 챕A혳g}챕A혳g{^ | 110000111010100101000001110000101001101001100111011111011100001110101001010000011100001010011010011001110111101101011110 | c3a941c29a677dc3a941c29a677b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)