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 | 笑얲 | 111001111010110010010001111011001001011010110010 | e7ac91ec96b2 |
UHC | 笑얲 | 11100001110001011001111001011000 | e1c59e58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)