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 | ûcäÁ~x | 1111101101100011111001001100000110001111011111101001101101111000 | fb63e4c18f7e9b78 |
SJIS-WIN | ?c???~?x | 0011111101100011001111110011111100111111011111100011111101111000 | 3f633f3f3f7e3f78 |
EUC-JP | ûcäÁ?~?x | 1000111110101011111001010110001110001111101010111010001110001111101010101010000100111111011111100011111101111000 | 8fabe5638faba38faaa13f7e3f78 |
UTF-8 | ûcäÁ~x | 11000011101110110110001111000011101001001100001110000001110000101000111101111110110000101001101101111000 | c3bb63c3a4c381c28f7ec29b78 |
UHC | ?c???~?x | 0011111101100011001111110011111100111111011111100011111101111000 | 3f633f3f3f7e3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)