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 | äı« | 100011101100001110100100110001001011000110101011 | 8ec3a4c4b1ab |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | ?äı? | 00111111100011111010101010101010100011111010001011110000100011111010101010100011101000011101111000111111 | 3f8faaaa8fa2f08faaa3a1de3f |
UTF-8 | äı« | 110000101000111011000011100000111100001010100100110000111000010011000010101100011100001010101011 | c28ec383c2a4c384c2b1c2ab |
UHC | ??¤?±? | 0011111100111111101000101011010000111111101000011011111000111111 | 3f3fa2b43fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)