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 | 嫂紳昔 | 100110110101111010010000011000011001000011001100 | 9b5e906190cc |
EUC-JP | 嫂紳昔 | 110101011011111110111111110000101100000011001110 | d5bfbfc2c0ce |
UTF-8 | 嫂紳昔 | 111001011010101110000010111001111011010010110011111001101001100010010100 | e5ab82e7b4b3e69894 |
UHC | 嫂紳昔 | 111000011111100111100011111010111110000010101110 | e1f9e3ebe0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)