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 | リ跖ア | 110110001111100011001010111001101110100010110001 | d8f8cae6e8b1 |
EUC-JP | リ?跖ア | 10001110110110000011111111101100111010101000111010110001 | 8ed83fecea8eb1 |
UTF-8 | リ跖ア | 111011111011111010011000111011101001100110101001111010001011011110010110111011111011110110110001 | efbe98ee99a9e8b796efbdb1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)