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 | 銧赧 | 11111011110011001110011011011101 | fbcce6dd |
EUC-JP | 銧赧 | 1000111111100100101001101110110011011111 | 8fe4a6ecdf |
UTF-8 | 銧赧 | 111010011000101010100111111010001011010110100111 | e98aa7e8b5a7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)