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 | 遯医Ι粡 | 1110011110101010100010001110001110000011101001111110001011100111 | e7aa88e383a7e2e7 |
EUC-JP | 遯医Ι粡 | 1110111010101100101100001110010110100110101010011110010011101001 | eeacb0e5a6a9e4e9 |
UTF-8 | 遯医Ι粡 | 1110100110000001101011111110010110001100101110111100111010011001111001111011001010100001 | e981afe58cbbce99e7b2a1 |
UHC | 遯?Ι? | 110101001110111000111111101001011100100100111111 | d4ee3fa5c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)