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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 赭躯ヲ」 | 111001101101111010001011111010111010011010100011 | e6de8beba6a3 |
EUC-JP | 赭躯ヲ」 | 1110110011100000101101101110110110001110101001101000111010100011 | ece0b6ed8ea68ea3 |
UTF-8 | 赭躯ヲ」 | 111010001011010110101101111010001011101010101111111011111011110110100110111011111011110110100011 | e8b5ade8baafefbda6efbda3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)