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 | 炅オ | 111110110101000110110101 | fb51b5 |
EUC-JP | 炅オ | 1000111111001001110010101000111010110101 | 8fc9ca8eb5 |
UTF-8 | 炅オ | 111001111000001010000101111011111011110110110101 | e78285efbdb5 |
UHC | 炅? | 110011001101110100111111 | ccdd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)