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 | ???}G | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | モタ}G | 110100111100000011110110110011100111110101000111 | d3c0f6ce7d47 |
EUC-JP | モタ?}G | 10001110110100111000111011000000001111110111110101000111 | 8ed38ec03f7d47 |
UTF-8 | モタ}G | 1110111110111110100100111110111110111110100000001110111010010011101101010111110101000111 | efbe93efbe80ee93b57d47 |
UHC | ???}G | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)