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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鹽??檍?? | 1110101001100100001111110011111110011110111110000011111100111111 | ea643f3f9ef83f3f |
EUC-JP | 鹽??檍?? | 1111001111000101001111110011111111011100111110100011111100111111 | f3c53f3fdcfa3f3f |
UTF-8 | 鹽땴둢檍뛿궢 | 111010011011100110111101111010111001010110110100111010111001000110100010111001101010101010001101111010111001101110111111111010101011011010100010 | e9b9bdeb95b4eb91a2e6aa8deb9bbfeab6a2 |
UHC | 鹽땴둢檍뛿궢 | 111001111010010010001011100010101000101001011000111001011110010110001101100001011000001010110101 | e7a48b8a8a58e5e58d8582b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)