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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | モタW | 1101001111000000111101101100111001010111 | d3c0f6ce57 |
EUC-JP | モタ?W | 100011101101001110001110110000000011111101010111 | 8ed38ec03f57 |
UTF-8 | モタW | 11101111101111101001001111101111101111101000000011101110100100111011010101010111 | efbe93efbe80ee93b557 |
UHC | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)