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 | ûIÌé | 11111011010010011100110011101001 | fb49cce9 |
SJIS-WIN | ?I?? | 00111111010010010011111100111111 | 3f493f3f |
EUC-JP | ûIÌé | 10001111101010111110010101001001100011111010101011000000100011111010101110110001 | 8fabe5498faac08fabb1 |
UTF-8 | ûIÌé | 11000011101110110100100111000011100011001100001110101001 | c3bb49c38cc3a9 |
UHC | ?I?? | 00111111010010010011111100111111 | 3f493f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)