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Ý¥ûPÝ¥^ | 111110110101000011011101101001011111101101010000110111011010010101011110 | fb50dda5fb50dda55e |
SJIS-WIN | ?P?¥?P?¥^ | 0011111101010000001111111000000110001111001111110101000000111111100000011000111101011110 | 3f503f818f3f503f818f5e |
EUC-JP | ûPÝ?ûPÝ?^ | 1000111110101011111001010101000010001111101010101111001000111111100011111010101111100101010100001000111110101010111100100011111101011110 | 8fabe5508faaf23f8fabe5508faaf23f5e |
UTF-8 | ûPÝ¥ûPÝ¥^ | 110000111011101101010000110000111001110111000010101001011100001110111011010100001100001110011101110000101010010101011110 | c3bb50c39dc2a5c3bb50c39dc2a55e |
UHC | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)