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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | モソ矗箏 | 1101001110111111111000011101111011110001111111001110001010110101 | d3bfe1def1fce2b5 |
EUC-JP | モソ矗?箏 | 100011101101001110001110101111111110001011100000001111111110010010110111 | 8ed38ebfe2e03fe4b7 |
UTF-8 | モソ矗箏 | 111011111011111010010011111011111011110110111111111001111001111110010111111011101000010110110111111001111010111010001111 | efbe93efbdbfe79f97ee85b7e7ae8f |
UHC | ??矗?箏 | 00111111001111111111010110111000001111111110111010110100 | 3f3ff5b83feeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)