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 | G¯XA_ | 100100100100011110010001101011111001001001011000100100100100000101011111 | 924791af925892415f |
SJIS-WIN | ?G???X?A_ | 001111110100011100111111001111110011111101011000001111110100000101011111 | 3f473f3f3f583f415f |
EUC-JP | ?G?¯?X?A_ | 0011111101000111001111111000111110100010101101000011111101011000001111110100000101011111 | 3f473f8fa2b43f583f415f |
UTF-8 | G¯XA_ | 1100001010010010010001111100001010010001110000101010111111000010100100100101100011000010100100100100000101011111 | c29247c291c2afc29258c292415f |
UHC | ?G???X?A_ | 001111110100011100111111001111110011111101011000001111110100000101011111 | 3f473f3f3f583f415f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)