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 | ûE°è» | 1111101101000101101100001110100010111011 | fb45b0e8bb |
SJIS-WIN | ?E°?? | 001111110100010110000001100010110011111100111111 | 3f45818b3f3f |
EUC-JP | ûE°è? | 10001111101010111110010101000101101000011110101110001111101010111011001000111111 | 8fabe545a1eb8fabb23f |
UTF-8 | ûE°è» | 110000111011101101000101110000101011000011000011101010001100001010111011 | c3bb45c2b0c3a8c2bb |
UHC | ?E°?? | 001111110100010110100001110001100011111100111111 | 3f45a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)