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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 毎£氓 | 100101101000100010000001100100101001111110000010 | 968881929f82 |
EUC-JP | 毎£氓 | 110010111110100010100001111100101101110111100010 | cbe8a1f2dde2 |
UTF-8 | 毎£氓 | 111001101010111110001110111011111011111110100001111001101011000010010011 | e6af8eefbfa1e6b093 |
UHC | ?£氓 | 0011111110100001110011001101100011101100 | 3fa1ccd8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)