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 | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-WIN | モソンワnB | 11010011101111111111011110101110111101111010001111011101110111000110111001000010 | d3bff7aef7a3dddc6e42 |
EUC-JP | モソ??ンワnB | 100011101101001110001110101111110011111100111111100011101101110110001110110111000110111001000010 | 8ed38ebf3f3f8edd8edc6e42 |
UTF-8 | モソンワnB | 1110111110111110100100111110111110111101101111111110111010010110100100011110111010010110100001101110111110111110100111011110111110111110100111000110111001000010 | efbe93efbdbfee9691ee9686efbe9defbe9c6e42 |
UHC | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)