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 | íß¼x | 11101101110111111011110001111000 | eddfbc78 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | íß?x | 1000111110101011101111111000111110101001110011100011111101111000 | 8fabbf8fa9ce3f78 |
UTF-8 | íß¼x | 11000011101011011100001110011111110000101011110001111000 | c3adc39fc2bc78 |
UHC | ?ß¼x | 001111111010100110101100101010001111100101111000 | 3fa9aca8f978 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)