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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茹丈Й | 111001001010010110001111111001001000010001001010 | e4a58fe4844a |
EUC-JP | 茹丈Й | 111010001010011110111110111001101010011110101011 | e8a7bee6a7ab |
UTF-8 | 茹丈Й | 1110100010001100101110011110010010111000100010001101000010011001 | e88cb9e4b888d099 |
UHC | 茹丈Й | 111001101010101011101101110110111010110010101011 | e6aaeddbacab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)