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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | モタ]H | 110100111100000011110110110011100101110101001000 | d3c0f6ce5d48 |
EUC-JP | モタ?]H | 10001110110100111000111011000000001111110101110101001000 | 8ed38ec03f5d48 |
UTF-8 | モタ]H | 1110111110111110100100111110111110111110100000001110111010010011101101010101110101001000 | efbe93efbe80ee93b55d48 |
UHC | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)