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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 辰綻v | 1001001001000011100100100101110101110110 | 9243925d76 |
EUC-JP | 辰綻v | 1100001110100100110000111011111001110110 | c3a4c3be76 |
UTF-8 | 辰綻v | 11101000101111101011000011100111101101101011101101110110 | e8beb0e7b6bb76 |
UHC | 辰綻v | 1111001011100011111101111010101001110110 | f2e3f7aa76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)