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 | Ù°ý± | 11011001101100001111110110110001 | d9b0fdb1 |
SJIS-WIN | ?°?± | 001111111000000110001011001111111000000101111101 | 3f818b3f817d |
EUC-JP | Ù°ý± | 10001111101010101110001110100001111010111000111110101011111100101010000111011110 | 8faae3a1eb8fabf2a1de |
UTF-8 | Ù°ý± | 1100001110011001110000101011000011000011101111011100001010110001 | c399c2b0c3bdc2b1 |
UHC | ?°?± | 001111111010000111000110001111111010000110111110 | 3fa1c63fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)