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 | æò£ú®h | 11100110111100101010001111111010101011101000100101101000 | e6f2a3faae8968 |
SJIS-WIN | ??£???h | 0011111100111111100000011001001000111111001111110011111101101000 | 3f3f81923f3f3f68 |
EUC-JP | æò£ú®?h | 10001111101010011100000110001111101010111101001010100001111100101000111110101011111000101000111110100010111011100011111101101000 | 8fa9c18fabd2a1f28fabe28fa2ee3f68 |
UTF-8 | æò£ú®h | 11000011101001101100001110110010110000101010001111000011101110101100001010101110110000101000100101101000 | c3a6c3b2c2a3c3bac2aec28968 |
UHC | æ???®?h | 101010011010000100111111001111110011111110100010111001110011111101101000 | a9a13f3f3fa2e73f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)