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 | ûPáw}ûPáw{^ | 1111101101010000111000010111011101111101111110110101000011100001011101110111101101011110 | fb50e1777dfb50e1777b5e |
SJIS-WIN | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
EUC-JP | ûPáw}ûPáw{^ | 10001111101010111110010101010000100011111010101110100001011101110111110110001111101010111110010101010000100011111010101110100001011101110111101101011110 | 8fabe5508faba1777d8fabe5508faba1777b5e |
UTF-8 | ûPáw}ûPáw{^ | 110000111011101101010000110000111010000101110111011111011100001110111011010100001100001110100001011101110111101101011110 | c3bb50c3a1777dc3bb50c3a1777b5e |
UHC | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)