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 | °û}°û{^ | 100011111011000011111011011111011000111110110000111110110111101101011110 | 8fb0fb7d8fb0fb7b5e |
SJIS-WIN | ?°?}?°?{^ | 0011111110000001100010110011111101111101001111111000000110001011001111110111101101011110 | 3f818b3f7d3f818b3f7b5e |
EUC-JP | ?°û}?°û{^ | 001111111010000111101011100011111010101111100101011111010011111110100001111010111000111110101011111001010111101101011110 | 3fa1eb8fabe57d3fa1eb8fabe57b5e |
UTF-8 | °û}°û{^ | 110000101000111111000010101100001100001110111011011111011100001010001111110000101011000011000011101110110111101101011110 | c28fc2b0c3bb7dc28fc2b0c3bb7b5e |
UHC | ?°?}?°?{^ | 0011111110100001110001100011111101111101001111111010000111000110001111110111101101011110 | 3fa1c63f7d3fa1c63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)