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 | 耨モゥ耨 | 1110001111010011110100111010100111100011110100111111001110110101 | e3d3d3a9e3d3f3b5 |
EUC-JP | 耨モゥ耨? | 111001101101010110001110110100111000111010101001111001101101010100111111 | e6d58ed38ea9e6d53f |
UTF-8 | 耨モゥ耨 | 111010001000000010101000111011111011111010010011111011111011110110101001111010001000000010101000111011101000101010101000 | e880a8efbe93efbda9e880a8ee8aa8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)