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 | ù¦²éÚ£ | 111110011010011010110010111010011101101010100011 | f9a6b2e9daa3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | ù¦?éÚ£ | 100011111010101111100011100011111010001011000011001111111000111110101011101100011000111110101010111000101010000111110010 | 8fabe38fa2c33f8fabb18faae2a1f2 |
UTF-8 | ù¦²éÚ£ | 110000111011100111000010101001101100001010110010110000111010100111000011100110101100001010100011 | c3b9c2a6c2b2c3a9c39ac2a3 |
UHC | ??²??? | 00111111001111111010100111110111001111110011111100111111 | 3f3fa9f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)