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 | 笑黎 | 111001111010110010010001111011111010011010001001 | e7ac91efa689 |
UHC | 笑黎 | 11100001110001011110011010110001 | e1c5e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)