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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ネ邇、モ」 | 1111000111100001110010001110011110001110101001001101001110100011 | f1e1c8e78ea4d3a3 |
EUC-JP | ?ネ邇、モ」 | 0011111110001110110010001110110111101110100011101010010010001110110100111000111010100011 | 3f8ec8edee8ea48ed38ea3 |
UTF-8 | ネ邇、モ」 | 111011101000010110011100111011111011111010001000111010011000001010000111111011111011110110100100111011111011111010010011111011111011110110100011 | ee859cefbe88e98287efbda4efbe93efbda3 |
UHC | ??邇??? | 00111111001111111110110011000100001111110011111100111111 | 3f3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)