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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 聽у | 11100011111000111000010010000101 | e3e38485 |
EUC-JP | 聽у | 11100110111001011010011111100101 | e6e5a7e5 |
UTF-8 | 聽у | 1110100010000001101111011101000110000011 | e881bdd183 |
UHC | 聽у | 11110100111010011010110011100101 | f4e9ace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)