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 | ⺷٣ | 1110001010111010101101111101100110100011 | e2bab7d9a3 |
SJIS-WIN | ????£ | 001111110011111100111111001111111000000110010010 | 3f3f3f3f8192 |
EUC-JP | �٣ | 100011111010101110100100100011111010001011101011001111111000111110101010111000111010000111110010 | 8faba48fa2eb3f8faae3a1f2 |
UTF-8 | ⺷٣ | 11000011101000101100001010111010110000101011011111000011100110011100001010100011 | c3a2c2bac2b7c399c2a3 |
UHC | ?º·?? | 00111111101010001010110010100001101001000011111100111111 | 3fa8aca1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)