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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 押⑤?鴨 | 10001001100111111000011101000100001111111000101010011011 | 899f87443f8a9b |
EUC-JP | 押??鴨 | 101100101010000100111111001111111011001111111011 | b2a13f3fb3fb |
UTF-8 | 押⑤젫鴨 | 111001101000101010111100111000101001000110100100111011001010000010101011111010011011010010101000 | e68abce291a4eca0abe9b4a8 |
UHC | 押⑤젫鴨 | 1110010011100011101010001110101110100000101000111110010011100101 | e4e3a8eba0a3e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)