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 | íë¹}B | 111011011110101110001110101110010111110101000010 | edeb8eb97d42 |
SJIS-WIN | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
EUC-JP | íë??}B | 10001111101010111011111110001111101010111011001100111111001111110111110101000010 | 8fabbf8fabb33f3f7d42 |
UTF-8 | íë¹}B | 11000011101011011100001110101011110000101000111011000010101110010111110101000010 | c3adc3abc28ec2b97d42 |
UHC | ???¹}B | 00111111001111110011111110101001111101100111110101000010 | 3f3f3fa9f67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)