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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 適?劒 | 1001001101001011001111111001100110011010 | 934b3f999a |
EUC-JP | 適?劒 | 1100010110101100001111111101000111111010 | c5ac3fd1fa |
UTF-8 | 適븀劒 | 111010011000000110101001111010111011100010000000111001011000101010010010 | e981a9ebb880e58a92 |
UHC | 適븀劒 | 111011101110101010111010111001111100101111111101 | eeeabae7cbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)