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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鹽旬鹽旬^ | 111010100110010010001111011110111110101001100100100011110111101101011110 | ea648f7bea648f7b5e |
EUC-JP | 鹽旬鹽旬^ | 111100111100010110111101110111001111001111000101101111011101110001011110 | f3c5bddcf3c5bddc5e |
UTF-8 | 鹽旬鹽旬^ | 11101001101110011011110111100110100101111010110011101001101110011011110111100110100101111010110001011110 | e9b9bde697ace9b9bde697ac5e |
UHC | 鹽旬鹽旬^ | 111001111010010011100010111000101110011110100100111000101110001001011110 | e7a4e2e2e7a4e2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)