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 | 怜ë? | 1110111110100110101011001110101100111111 | efa6aceb3f |
SJIS-WIN | ??¬?♂ | 00111111001111111000000111001010001111111000000110001001 | 3f3f81ca3f8189 |
EUC-JP | 怜ë♂ | 10001111101010111100000110001111101000101100001110100010110011001000111110101011101100111010000111101001 | 8fabc18fa2c3a2cc8fabb3a1e9 |
UTF-8 | 怜ë♂ | 1100001110101111110000101010011011000010101011001100001110101011111000101001100110000010 | c3afc2a6c2acc3abe29982 |
UHC | ????♂ | 001111110011111100111111001111111010000111001110 | 3f3f3f3fa1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)