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 | モョ耨 | 1111011110101001110100111010111011100011110100111111011110101100 | f7a9d3aee3d3f7ac |
EUC-JP | ?モョ耨? | 0011111110001110110100111000111010101110111001101101010100111111 | 3f8ed38eaee6d53f |
UTF-8 | モョ耨 | 111011101001011010001100111011111011111010010011111011111011110110101110111010001000000010101000111011101001011010001111 | ee968cefbe93efbdaee880a8ee968f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)