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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 澱???橈 | 10010011011000100011111100111111001111111001111011110100 | 93623f3f3f9ef4 |
EUC-JP | 澱???橈 | 11000101110000110011111100111111001111111101110011110110 | c5c33f3f3fdcf6 |
UTF-8 | 澱렮欌렔橈 | 111001101011111010110001111010111010000010101110111001101010110010001100111010111010000010010100111001101010100110001000 | e6beb1eba0aee6ac8ceba094e6a988 |
UHC | 澱렮欌렔橈 | 11101110111111101000111010111011111011011110101110001110101010011110100011111010 | eefe8ebbedeb8ea9e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)