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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 腱ш商襭 | 1110010001000110100001001000101010001111101001001110011001000010 | e446848a8fa4e642 |
EUC-JP | 腱ш商襭 | 1110011110100111101001111110101010111110101001101110101110100011 | e7a7a7eabea6eba3 |
UTF-8 | 腱ш商襭 | 1110100010000101101100011101000110001000111001011001010110000110111010001010010110101101 | e885b1d188e59586e8a5ad |
UHC | 腱ш商? | 11001011111100101010110011101010110111111100001000111111 | cbf2aceadfc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)