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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 昇ケB | 10001111101110001011100101000010 | 8fb8b942 |
EUC-JP | 昇ケB | 1011111010111010100011101011100101000010 | beba8eb942 |
UTF-8 | 昇ケB | 11100110100110001000011111101111101111011011100101000010 | e69887efbdb942 |
UHC | 昇?B | 11100011101100000011111101000010 | e3b03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)