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 | 襪括唇 | 111001100100001110001010100001111001000001001111 | e6438a87904f |
EUC-JP | 襪括唇 | 111010111010010010110011111001111011111110110000 | eba4b3e7bfb0 |
UTF-8 | 襪括唇 | 111010001010010110101010111001101000101110101100111001011001010010000111 | e8a5aae68bace59487 |
UHC | 襪括唇 | 110110001100101011001110110000001111001011000110 | d8cacec0f2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)