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 | Îî¨ë? | 1100111011101110101010001110101100111111 | ceeea8eb3f |
SJIS-WIN | ??¨?∧ | 00111111001111111000000101001110001111111000000111001000 | 3f3f814e3f81c8 |
EUC-JP | Îî¨ë∧ | 10001111101010101100001010001111101010111100001010100001101011111000111110101011101100111010001011001010 | 8faac28fabc2a1af8fabb3a2ca |
UTF-8 | Îî¨ë∧ | 1100001110001110110000111010111011000010101010001100001110101011111000101000100010100111 | c38ec3aec2a8c3abe288a7 |
UHC | ??¨?∧ | 00111111001111111010000110100111001111111010000111111100 | 3f3fa1a73fa1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)