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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耨モソ耨モソ | 1110001111010011110100111011111111100011110100111101001110111111 | e3d3d3bfe3d3d3bf |
EUC-JP | 耨モソ耨モソ | 111001101101010110001110110100111000111010111111111001101101010110001110110100111000111010111111 | e6d58ed38ebfe6d58ed38ebf |
UTF-8 | 耨モソ耨モソ | 111010001000000010101000111011111011111010010011111011111011110110111111111010001000000010101000111011111011111010010011111011111011110110111111 | e880a8efbe93efbdbfe880a8efbe93efbdbf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)