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 | モ | 1111100110101110110100111111001001101000 | f9aed3f268 |
EUC-JP | ?モ? | 00111111100011101101001100111111 | 3f8ed33f |
UTF-8 | モ | 111011101001110010001001111011111011111010010011111011101000011010100000 | ee9c89efbe93ee86a0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)