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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | モロH | 110100111101101101001000 | d3db48 |
EUC-JP | モロH | 1000111011010011100011101101101101001000 | 8ed38edb48 |
UTF-8 | モロH | 11101111101111101001001111101111101111101001101101001000 | efbe93efbe9b48 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)