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 | 誠棲 | 10010000101111011001000010110001 | 90bd90b1 |
EUC-JP | 誠棲 | 11000000101111111100000010110011 | c0bfc0b3 |
UTF-8 | 誠棲 | 111010001010101010100000111001101010001110110010 | e8aaa0e6a3b2 |
UHC | 誠棲 | 11100001101001001101111111111000 | e1a4dff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)