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 | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
SJIS-WIN | モケ` | 111101111010100111110111101011001111011110101001110100111011100101100000 | f7a9f7acf7a9d3b960 |
EUC-JP | ???モケ` | 0011111100111111001111111000111011010011100011101011100101100000 | 3f3f3f8ed38eb960 |
UTF-8 | モケ` | 11101110100101101000110011101110100101101000111111101110100101101000110011101111101111101001001111101111101111011011100101100000 | ee968cee968fee968cefbe93efbdb960 |
UHC | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)