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 | 屍? | 100011100111001000111111 | 8e723f |
EUC-JP | 屍? | 101110111101001100111111 | bbd33f |
UTF-8 | 屍멀 | 111001011011000110001101111010111010100110000000 | e5b18deba980 |
UHC | 屍멀 | 11100011101110111011100011010110 | e3bbb8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)