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 | èß¨è¸ | 1110100011011111101010001110100010111000 | e8dfa8e8b8 |
SJIS-WIN | ??¨?? | 001111110011111110000001010011100011111100111111 | 3f3f814e3f3f |
EUC-JP | èß¨è¸ | 1000111110101011101100101000111110101001110011101010000110101111100011111010101110110010100011111010001010110001 | 8fabb28fa9cea1af8fabb28fa2b1 |
UTF-8 | èß¨è¸ | 11000011101010001100001110011111110000101010100011000011101010001100001010111000 | c3a8c39fc2a8c3a8c2b8 |
UHC | ?ߨ?¸ | 0011111110101001101011001010000110100111001111111010001010101100 | 3fa9aca1a73fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)