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 | é°P | 11101001101100001001001001010000 | e9b09250 |
SJIS-WIN | ?°?P | 0011111110000001100010110011111101010000 | 3f818b3f50 |
EUC-JP | é°?P | 10001111101010111011000110100001111010110011111101010000 | 8fabb1a1eb3f50 |
UTF-8 | é°P | 11000011101010011100001010110000110000101001001001010000 | c3a9c2b0c29250 |
UHC | ?°?P | 0011111110100001110001100011111101010000 | 3fa1c63f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)