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 | ?藺澱 | 0011111111100101011000011001001101100010 | 3fe5619362 |
EUC-JP | ?藺澱 | 0011111111101001110000101100010111000011 | 3fe9c2c5c3 |
UTF-8 | 꿜藺澱 | 111010101011111110011100111010001001011110111010111001101011111010110001 | eabf9ce897bae6beb1 |
UHC | 꿜藺澱 | 101100101110010011010111111101001110111011111110 | b2e4d7f4eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)