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 | 娟孀 | 10011011010011101001101101110001 | 9b4e9b71 |
EUC-JP | 娟孀 | 11010101101011111101010111010010 | d5afd5d2 |
UTF-8 | 娟孀 | 111001011010100010011111111001011010110110000000 | e5a89fe5ad80 |
UHC | 娟孀 | 11100110110000101101111111000101 | e6c2dfc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)