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 | ????d^ | 001111110011111100111111001111110110010001011110 | 3f3f3f3f645e |
SJIS-WIN | 矗モ」蠇d^ | 1110000111011110110100111010001111111011101000010110010001011110 | e1ded3a3fba1645e |
EUC-JP | 矗モ」?d^ | 111000101110000010001110110100111000111010100011001111110110010001011110 | e2e08ed38ea33f645e |
UTF-8 | 矗モ」蠇d^ | 1110011110011111100101111110111110111110100100111110111110111101101000111110100010100000100001110110010001011110 | e79f97efbe93efbda3e8a087645e |
UHC | 矗???d^ | 11110101101110000011111100111111001111110110010001011110 | f5b83f3f3f645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)