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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 脈戈脈痲^ | 100101101010110010011100111101111001011010101100111000011000010001011110 | 96ac9cf796ace1845e |
EUC-JP | 脈戈脈痲^ | 110011001010111011011000111110011100110010101110111000011110010001011110 | ccaed8f9ccaee1e45e |
UTF-8 | 脈戈脈痲^ | 11101000100001001000100011100110100010001000100011101000100001001000100011100111100101111011001001011110 | e88488e68888e88488e797b25e |
UHC | 脈戈脈痲^ | 110110001110011011001101111111001101100011100110110110001010011001011110 | d8e6cdfcd8e6d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)