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 | ëè²h | 11101011100110111000110111101000100000011011001001101000 | eb9b8de881b268 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ë??è??h | 1000111110101011101100110011111100111111100011111010101110110010001111110011111101101000 | 8fabb33f3f8fabb23f3f68 |
UTF-8 | ëè²h | 11000011101010111100001010011011110000101000110111000011101010001100001010000001110000101011001001101000 | c3abc29bc28dc3a8c281c2b268 |
UHC | ?????²h | 0011111100111111001111110011111100111111101010011111011101101000 | 3f3f3f3f3fa9f768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)