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 | 笑? | 100011111100111000111111 | 8fce3f |
EUC-JP | 笑? | 101111101101000000111111 | bed03f |
UTF-8 | 笑썐 | 111001111010110010010001111011001000110110010000 | e7ac91ec8d90 |
UHC | 笑썐 | 11100001110001011001101110000011 | e1c59b83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)