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 | 篠煬? | 1000111011000010111000001000110000111111 | 8ec2e08c3f |
EUC-JP | 篠煬? | 1011110011000100110111111110110000111111 | bcc4dfec3f |
UTF-8 | 篠煬싵 | 111001111010111110100000111001111000010110101100111011001000101110110101 | e7afa0e785acec8bb5 |
UHC | 篠煬싵 | 111000011100011011100101110010011001101011101110 | e1c6e5c99aee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)