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 | モ」モョヘー | 110100111010001111010011101011101100110110110000 | d3a3d3aecdb0 |
EUC-JP | モ」モョヘー | 100011101101001110001110101000111000111011010011100011101010111010001110110011011000111010110000 | 8ed38ea38ed38eae8ecd8eb0 |
UTF-8 | モ」モョヘー | 111011111011111010010011111011111011110110100011111011111011111010010011111011111011110110101110111011111011111010001101111011111011110110110000 | efbe93efbda3efbe93efbdaeefbe8defbdb0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)