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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 跏イO跋 | 111001101110011010110010010011111110011011101011 | e6e6b24fe6eb |
EUC-JP | 跏イO跋 | 11101100111010001000111010110010010011111110110011101101 | ece88eb24feced |
UTF-8 | 跏イO跋 | 11101000101101111000111111101111101111011011001001001111111010001011011110001011 | e8b78fefbdb24fe8b78b |
UHC | 跏?O跋 | 110010101011101000111111010011111101101110100010 | caba3f4fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)