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 | 膵у | 11100100010110001000010010000101 | e4588485 |
EUC-JP | 膵у | 11100111101110011010011111100101 | e7b9a7e5 |
UTF-8 | 膵у | 1110100010000110101101011101000110000011 | e886b5d183 |
UHC | 膵у | 11110101111111011010110011100101 | f5fdace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)