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 | 0011111100111111001111110011111100111111001111110111110101000111 | 3f3f3f3f3f3f7d47 |
SJIS-WIN | モソンワ}G | 11010011101111111111011110101110111101111010001111011101110111000111110101000111 | d3bff7aef7a3dddc7d47 |
EUC-JP | モソ??ンワ}G | 100011101101001110001110101111110011111100111111100011101101110110001110110111000111110101000111 | 8ed38ebf3f3f8edd8edc7d47 |
UTF-8 | モソンワ}G | 1110111110111110100100111110111110111101101111111110111010010110100100011110111010010110100001101110111110111110100111011110111110111110100111000111110101000111 | efbe93efbdbfee9691ee9686efbe9defbe9c7d47 |
UHC | ??????}G | 0011111100111111001111110011111100111111001111110111110101000111 | 3f3f3f3f3f3f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)