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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | モケB | 111101111010010011110000111011111111011110101001110100111011100101000010 | f7a4f0eff7a9d3b942 |
EUC-JP | ???モケB | 0011111100111111001111111000111011010011100011101011100101000010 | 3f3f3f8ed38eb942 |
UTF-8 | モケB | 11101110100101101000011111101110100000101010111011101110100101101000110011101111101111101001001111101111101111011011100101000010 | ee9687ee82aeee968cefbe93efbdb942 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)