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 | ðª´ú | 11110000101010101011010011111010 | f0aab4fa |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ðª´ú | 1000111110101001110000111000111110100010111011001010000110101101100011111010101111100010 | 8fa9c38fa2eca1ad8fabe2 |
UTF-8 | ðª´ú | 1100001110110000110000101010101011000010101101001100001110111010 | c3b0c2aac2b4c3ba |
UHC | � | 10101001101000111010100010100011101000101010010100111111 | a9a3a8a3a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)